/** * Tests if url string is a service (map, feature, image, etc) * * @param {string} url Url to test * @return {*} {boolean} */ export declare function isService(url: string): boolean;