import type { ConfigInfrastructure } from './types';
export type { ConfigInfrastructure };
export declare class Infrastructure {
    protected config: ConfigInfrastructure;
    constructor(config: ConfigInfrastructure);
    private register;
    private registerRepositories;
    start(): void;
}
//# sourceMappingURL=infrastructure.d.ts.map