export declare const isEmpty: (obj: Record<string, unknown>) => boolean;
