export declare function undefinedIfEmpty(obj: T): T | undefined; export declare function filterUndefined(obj: any): any; //# sourceMappingURL=utils.d.ts.map