export declare function isObjectEmpty(obj: Record<string, any>): boolean;
