export declare const isEmpty: (obj: unknown) => boolean;
export declare const removeNullUndefined: (obj: any) => {};
