import { ValidationErrors } from '../types';
export default function handleTemplateError(themePath: string, templateErrors: ValidationErrors): void;
