import { ResourceType } from "maplibre-gl"; export declare function isMapboxURL(url: string): boolean; export declare function transformMapboxUrl(url: string, accessToken: string, resourceType?: ResourceType): { url: string; } | undefined; //# sourceMappingURL=mapbox-url.d.ts.map