import type { Bash } from "just-bash"; import type { BashContext } from "./BashContext.js"; export declare function createJustBashBashContext(bash: Bash, cwd: string): BashContext;