export declare function combine(params: {
    [key: string]: any;
}, parameters: {
    [key: string]: any;
}): {
    [key: string]: any;
};
