export declare const removeUndefinedKeys: (obj: Record<string, unknown>) => Record<string, unknown>;
