export declare function filterDefinedParams<T extends Record<string, any>>(params: T, requiredFields: (keyof T)[]): Record<string, any>;
