import type { Tool } from '../tools/tool-types.js'; export declare function combineAbortSignals(a?: AbortSignal, b?: AbortSignal): AbortSignal | undefined; export declare function wrapToolWithAbortSignal(tool: Tool, runSignal: AbortSignal): Tool; export declare function abortable(promise: Promise, signal?: AbortSignal): Promise; //# sourceMappingURL=abort.d.ts.map