/// <reference types="node" />
import { UrlObject } from 'url';
export declare function formatUrl(urlObj: UrlObject): string;
