import type { AgentContext } from "../context/AgentContext.js"; import type { PermissionMode } from "../../permissions/index.js"; export declare function createCodexCollaborationInstructions(options: { canSpawn: boolean; depth: number; maxActive: number; }): string; export declare function createCodexPermissionInstructions(mode: PermissionMode): string; export declare function createCodexBedrockEnvironmentContext(context: AgentContext): string;