import type { SandboxWorkspaceAccess } from "./types.js";
export declare function appendWorkspaceMountArgs(params: {
    args: string[];
    workspaceDir: string;
    agentWorkspaceDir: string;
    workdir: string;
    workspaceAccess: SandboxWorkspaceAccess;
}): void;
