/** * Return the styleUrl with apiKey parameters set. * @param {string} url a url. * @param {Object} params a list of key/value pair to add to the url. * @private */ declare const getUrlWithParams: (url: string, params: object) => URL; export default getUrlWithParams;