export declare function removeUndefinedProperties<T extends object>(inputObj: T): T;
