/** * Returns true when the Vite server host config indicates the server is * listening on a non-localhost address (i.e. exposed to the network). */ export declare function isHostExposed(host: string | boolean | undefined): boolean;