import { Express } from 'express';
export declare class Registry {
    private app;
    private server?;
    private port;
    constructor(port?: number | string);
    private loadConfigs;
    private setupRoutes;
    start(): void;
    private normalizePort;
    private onError;
    private onListening;
    getApp(): Express;
}
//# sourceMappingURL=registry.d.ts.map