import { z } from 'zod';
/**
 * @internal
 **/
export declare const singleChatTemplateSchema: z.ZodObject<{
    role: z.ZodString;
    content: z.ZodString;
}, "strip", z.ZodTypeAny, {
    role: string;
    content: string;
}, {
    role: string;
    content: string;
}>;
//# sourceMappingURL=single-chat-template.zod.d.ts.map