/**
 * 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 { ChatToolCallStartEventDeltaToolCallFunction } from "./ChatToolCallStartEventDeltaToolCallFunction";
export declare const ChatToolCallStartEventDeltaToolCall: core.serialization.ObjectSchema<serializers.ChatToolCallStartEventDeltaToolCall.Raw, Cohere.ChatToolCallStartEventDeltaToolCall>;
export declare namespace ChatToolCallStartEventDeltaToolCall {
    interface Raw {
        id?: string | null;
        type?: "function" | null;
        function?: ChatToolCallStartEventDeltaToolCallFunction.Raw | null;
    }
}
