import express from "express"; import { ServiceName } from "./shared/settings.js"; export declare function createApp(): express.Express; export declare function startServer(): void; export declare function startStdio(service?: ServiceName): Promise; //# sourceMappingURL=index.d.ts.map