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