interface Params { [k: string]: any; } export declare const buildParam: (url: string, param: Params) => string; export {};