/**
 * Extracts domain name from full URL string
 * @param url
 * @returns
 */
export default function extractDomainFromUrl(url: string): string;
