export interface RunServerOptions { input?: NodeJS.ReadableStream; output?: NodeJS.WritableStream; /** Path to docs-index.db. Defaults to /bin/docs-index.db */ dbPath?: string; /** Path to docs-index.txt. Defaults to /bin/docs-index.txt */ txtPath?: string; } export declare function runServer(opts?: RunServerOptions): Promise; //# sourceMappingURL=server.d.ts.map