export declare class EnvService { private readonly config; constructor(path: string); get(key: string): string; }