/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as serializers from "../index";
import * as Cohere from "../../api/index";
import * as core from "../../core";
import { ChatStreamEventType } from "./ChatStreamEventType";
export declare const ChatToolCallEndEvent: core.serialization.ObjectSchema<serializers.ChatToolCallEndEvent.Raw, Cohere.ChatToolCallEndEvent>;
export declare namespace ChatToolCallEndEvent {
    interface Raw extends ChatStreamEventType.Raw {
        index?: number | null;
    }
}
