import type { UiServiceDeps, Result, ThreadsCancelReturn } from '../types.js'; export declare function handleCancelThread(deps: UiServiceDeps, args: { threadId: string; }): Promise>;