import type { PiLikeContext } from "../pi-context.js"; export declare function chorusAnswerTool(ctx: PiLikeContext, rawArgs: unknown, onUpdate?: (update: unknown) => void): Promise;