import express from "express";
export declare class Server {
    app: express.Application;
    static bootstrap(): Server;
    constructor();
    private config;
}
