export interface WebHostOptions { host?: string; port?: number; } export declare function startWebHost(opts?: WebHostOptions): Promise; //# sourceMappingURL=host.d.ts.map