import type { Bash } from "just-bash"; import type { AgentContext } from "./AgentContext.js"; import type { PermissionContext } from "../../permissions/index.js"; export declare function createJustBashAgentContext(bash: Bash, cwd: string, permissions?: PermissionContext): AgentContext;