export declare function formatUrl(url: string, options?: {
    removeSubdomains?: boolean;
    separator?: string;
    preserveTopLevel?: boolean;
}): string;
export declare function isValidUrl(url: string): boolean;
