export declare const isEmpty: (obj: unknown | unknown[], ignoreEmptyProperties?: boolean) => boolean;
