export declare const whitelistedUrls: string[]; export declare const regionBasedSupportedUrls: string[]; export declare const regionBasedUrlSupportedVersions: string[]; export declare const isUrlWhitelisted: (url: string) => boolean; export declare const shouldUseFramedMode: (disableWhitelistedUrls?: boolean) => boolean; export declare const isRegionBasedUrlSupported: (widgetSnippetBaseUrl: string) => boolean; export declare const isRegionBasedUrlVersionSupported: () => boolean; export declare const retrieveRegionBasedUrl: (widgetSnippetBaseUrl: string) => string;