import { type TemplateConfig } from '../../types'; export declare function validateTemplateConfig(input: TemplateConfig): TemplateConfig;