export declare const isEmptyObject: (obj: object) => boolean; export declare const isObject: (obj: any) => boolean; export declare const isPlainObject: (obj: any) => boolean; //# sourceMappingURL=is-object.d.ts.map