//#region src/infra/net/hostname.d.ts declare function normalizeHostname(hostname: string): string; //#endregion export { normalizeHostname as t };