export declare const removeUndefinedPropertiesFromObject: <T>(inputObject: Record<string, any>) => T;
