/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Cohere from "../index";
/**
 * A list of chat messages in chronological order, representing a conversation between the user and the model.
 *
 * Messages can be from `User`, `Assistant`, `Tool` and `System` roles. Learn more about messages and roles in [the Chat API guide](https://docs.cohere.com/docs/chat-api).
 */
export declare type ChatMessages = Cohere.ChatMessageV2[];
