import { DonobuException } from './DonobuException';
/** This exception is thrown when a particular tool call is not found. */
export declare class ToolCallNotFoundException extends DonobuException {
    readonly toolCallId: string;
    constructor(toolCallId: string);
}
//# sourceMappingURL=ToolCallNotFoundException.d.ts.map