/**
 * @returns [key, val]
 */
export declare type IParamsEntries = [string, string];
export default function transformUrl(url: string, params?: any, paramsSerializer?: IAppletsRequest.IEmptyFN): string;
