export const version2Regex: RegExp; export namespace pixelbinDomainRegex { const urlWithZone: RegExp; const urlWithoutZone: RegExp; const urlWithWorkerAndZone: RegExp; const urlWithWorker: RegExp; } export namespace customDomainRegex { const urlWithoutZone_1: RegExp; export { urlWithoutZone_1 as urlWithoutZone }; const urlWithZone_1: RegExp; export { urlWithZone_1 as urlWithZone }; const urlWithWorkerAndZone_1: RegExp; export { urlWithWorkerAndZone_1 as urlWithWorkerAndZone }; const urlWithWorker_1: RegExp; export { urlWithWorker_1 as urlWithWorker }; } export const zoneSlug: RegExp;