import type { AgentTool } from '@earendil-works/pi-agent-core'; export declare function createManagedJobTool(workspace: string, getSessionKey: () => string | undefined, getSkillPassthroughEnvVarNames?: () => string[], prepareEnv?: (baseEnv: Record, cwd: string) => Promise>): AgentTool;