export declare class UrlsUtils {
    isValidUrl(url: string): boolean;
    getDomain(url: string): string;
}
