/** * @param obj * @returns */ export declare const isEmptyObject: (obj: Record | null | undefined) => boolean;