export declare function removeNullFields(obj: T): T; export declare function removeUndefinedFields(obj: T): T;