declare const isCustomDomain: (url: string) => boolean;
export { isCustomDomain };
