/**
 * Representation of the 'SingleChatTemplate' schema.
 */
export type SingleChatTemplate = {
    role: string;
    content: string;
};
//# sourceMappingURL=single-chat-template.d.ts.map