/** * Removes undefined properties from object */ export declare function removeUndefinedProperties(obj: T): void;