/** * Returns the subdomain of a hostname string */ export default function getSubdomain(hostname: string, domain: string): string;