import { HostSpecs } from './types'; export declare const getHostnameAndPort: (origin: string) => HostSpecs; export declare const getDomainAndPath: (origin: string) => string; export declare const getDomain: (origin: string) => string;