export declare function isEmpty(obj: { [x: string]: { [x: string]: unknown; }; hasOwnProperty?: any; }): boolean;