import type { SingleChatTemplate } from './single-chat-template.js';
import type { MultiChatTemplate } from './multi-chat-template.js';
/**
 * Representation of the 'Template' schema.
 */
export type Template = SingleChatTemplate | MultiChatTemplate;
//# sourceMappingURL=template.d.ts.map