import type { AgentRoleConfig } from "../document/parse.js"; export declare function resolveRoleCwd(role: AgentRoleConfig, docPath: string, defaultCwd: string): string;