/**
 * 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";
export declare const ChatRequestPromptTruncation: core.serialization.Schema<serializers.ChatRequestPromptTruncation.Raw, Cohere.ChatRequestPromptTruncation>;
export declare namespace ChatRequestPromptTruncation {
    type Raw = "OFF" | "AUTO" | "AUTO_PRESERVE_ORDER";
}
