import type { ContentType } from '../modules/TemplateTypesList'; export default function checkTemplateVersion(content: ContentType, version: string): Promise;