import type { MessageToolCall } from './message-tool-call.js';
/**
 * The tool calls generated by the model, such as function calls.
 */
export type MessageToolCalls = MessageToolCall[];
//# sourceMappingURL=message-tool-calls.d.ts.map