export declare function filter_non_empty_params(kwargs: {
    [key: string]: any;
}): {
    [key: string]: any;
};
