export declare const omitUndefinedAndEmptyArr: <T extends Record<string, any>>(obj: T) => T;
