export declare const CoreServicesGeoNamesMapping: any; export declare const coreServicesOrgUrlPrefix = "https://m-"; export declare const unqOrgUrlPattern: RegExp; export declare const nonProductionDynamicsLocationCode: string[]; export declare const getCoreServicesGeoName: (dynamicsLocationCode: string) => string; export declare const createCoreServicesOrgUrl: (orgId: string, geoName: string) => string; export declare const isCoreServicesOrgUrl: (orgUrl: string) => boolean;