/// <reference types="node" />
import * as http from 'http';
import { Application } from './Application';
export { Request, Response, NextFunction } from 'express';
export declare const api: Application;
export declare const httpServer: http.Server;
export default api;
