import type { ServerOptions } from "./types.js"; export { type ServerOptions } from "./types.js"; export declare function startServer(options: ServerOptions): import("http").Server; //# sourceMappingURL=index.d.ts.map