export type Url = {
    inputUrl: string;
    protocol: string;
    domainName: string;
    domain: string;
    uri: string;
    completeUrl: string;
};
//# sourceMappingURL=Url.d.ts.map