export declare const INJECTED_TASK_ENV_JSON = "VERYFRONT_TASK_ENV_JSON"; export declare function readInjectedProjectEnv(allEnv: Record): Record; export declare function buildTaskContextEnv(allEnv: Record, envAllowlist?: string[]): Record; export declare function mergeInjectedWorkflowEnv(existingEnv: Record | undefined, allEnv: Record): Record | undefined; //# sourceMappingURL=runtime-env.d.ts.map