export declare function formatUrl(apiKey: string, endpoint: string[], query?: Record<string, any>): string;
