declare function isNonEmptyObject(value: Record<string, unknown>): boolean;
export default isNonEmptyObject;
