| 1234 |
- declare const app: import("express-serve-static-core").Express;
- declare const server: import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>;
- export { app, server };
- //# sourceMappingURL=index.d.ts.map
|