import type { SchemasTextContent } from './schemas-text-content.js';
/**
 * Representation of the 'ChatMessageContent' schema.
 */
export type ChatMessageContent = string | SchemasTextContent[];
//# sourceMappingURL=chat-message-content.d.ts.map