export declare function formatURL(url: string, params: Object | undefined, config: {
    apiKey: string;
    debug?: boolean;
}): string;
