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

export { isObjectEmpty };
