export declare const generatedEnvPath: () => string;
export declare function readGeneratedEnv(): Record<string, string>;
