export function url(Protocol: any, host: any): string; export function protocol(): any; export function domain(Tld: any): string; export function tld(): any; export function email(domain: any): string; export function ip(): string;