import { QueryParams } from './types.js'; export declare function buildUrl(url: string, queryParams?: QueryParams): string;