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