export interface EnvValues { apiKey?: string; containerId?: string; orchestratorUrl?: string; } export declare function readEnv(dir: string): EnvValues; export declare function writeContainerId(dir: string, containerId: string): void; //# sourceMappingURL=env.d.ts.map