/** * Optional runtime environment loading. * * The reporter and CLI can read a local `.env` file when `dotenv` * is available at runtime. Existing process environment variables * are left untouched because `dotenv.config()` does not override by default. */ export declare function loadDotenvIfAvailable(): boolean; //# sourceMappingURL=env.d.ts.map