/** * Extracts the subdomain from a host domain. * * Eg. * ``` * https://foo-bar.agent.homeflow.co.uk -> foo-bar * ww.foo-bar-baz.com -> foo-bar-baz * ``` */ export default function extractSubdomain(url: string): string | null; //# sourceMappingURL=extract-subdomain.d.ts.map