import { type SpawnBranchToolInput } from "#ai-utils"; import type { ToolContext, ToolResolution } from "../code-tools"; export declare function spawnBranch(toolContext: ToolContext, input: SpawnBranchToolInput): Promise;