import { tool } from '@opencode-ai/plugin'; import type { ToolContext } from './types'; export declare function createPlanExecuteTools(ctx: ToolContext): Record>; //# sourceMappingURL=plan-execute.d.ts.map