import { IRequestOptions } from "@esri/arcgis-rest-request"; /** * Returns an env-specific CDN asset URL for the given `assetPath` and `requestOptions`. * @param assetPath The CDN asset's path * @param requestOptions An IRequestOptions object */ export declare function getCdnAssetUrl(assetPath: string, requestOptions: IRequestOptions): string;