export declare const setGlobalCDNUrl: (cdn: string) => void; export declare const getCDN: () => string; export declare const getNextIntegrationsURL: () => string; /** * Replaces the CDN URL in the script tag with the one from Analytics.js 1.0 * * @returns the path to Analytics JS 1.0 **/ export declare function getLegacyAJSPath(): string; //# sourceMappingURL=parse-cdn.d.ts.map