import { Template } from '../enums/template.js'; export declare const TEMPLATES: string[]; export declare const isTemplateValid: (template?: string) => template is Template;