import { paramsSerializerFn } from '../types'; export declare function buildUrl(baseURL: string, endpoint: string, params?: Record, paramsSerializer?: paramsSerializerFn): string;