interface Params {
    [proppName: string]: any;
}
export default function queryParams2String(data: Params): string;
export {};
