import type { ChatMessage } from './chat-message.js';
/**
 * Representation of the 'ChatMessages' schema.
 */
export type ChatMessages = ChatMessage[];
//# sourceMappingURL=chat-messages.d.ts.map