import { ConfigApp } from './config.types'; export declare class Config { private config; constructor(); setup(): void; getConfig(): ConfigApp; }