import type { VirtualHosts } from '@enonic-types/lib-vhost'; import { Server } from '../implementation/Server'; export type { VirtualHosts } from '@enonic-types/lib-vhost'; export declare class LibVhost { private server; constructor({ server }: { server: Server; }); isEnabled(): boolean; list(): VirtualHosts; }