/** Strip the surrounding brackets from a bracketed IPv6 literal, if present. */ declare function normalizeListenHost(host: string): string; /** Whether `host` refers to a loopback interface (localhost / 127.0.0.0/8 / ::1). */ declare function isLoopbackHost(host: string): boolean; export { isLoopbackHost, normalizeListenHost }; //# sourceMappingURL=host.d.ts.map