export declare const MANAGED_WEB_LOG_MAINTENANCE_ENV = "MONO_AGENT_MANAGED_WEB_LOG_MAINTENANCE"; /** Fixed, secret-free environment persisted in the private web helper plist. */ export declare function managedWebLogMaintenanceEnvironment(): Readonly>; /** Remove launchd ambient state before the private web controller loads heavy code. */ export declare function sanitizeManagedWebLogMaintenanceEnvironment(env: Record): void; //# sourceMappingURL=managed-web-maintenance-environment.d.ts.map