export declare const urlFormatter: (protocol: string, host: string, port: string | number, portProvided: boolean) => string;
