export declare const startWebServer: (port?: Number) => Promise<{
    close: () => Promise<void>;
}>;
//# sourceMappingURL=web-server.d.ts.map