import 'reflect-metadata';
export declare function startServer(): Promise<{
    app: import("express-serve-static-core").Express;
    httpServer: import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>;
}>;
