export declare function formatWebAddress(input: string, mode?: ('link' | 'short' | 'full'), defaultScheme?: string): string;
