export declare function isKeyOf(o: object | [] | string, s: string | number | symbol): s is keyof typeof o; /** * @description Simple object check. * @export * @param item * @returns {boolean} */ export declare function isObject(item: any): boolean; //# sourceMappingURL=objects.d.ts.map