/** * Check if input URL is hosted under ArcGIS Domain * @param url * @returns */ export declare const isArcGISDomain: (url: string) => boolean;