import type { MutableServiceEnvPlan } from "./service-env-plan.js"; export declare function applyManagedServiceEnvRenderPolicy(params: { plan: MutableServiceEnvPlan; managedServiceEnvKeys: string | undefined; serviceEnvironment: Record; platform: NodeJS.Platform; }): void;