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