export declare class ConfigService { private readonly envConfig; constructor(); get(key: string): string; readFile(file: string): string; }