import type { TypeData } from '../modules/TemplateTypesList'; export default function cloneTemplate({ template, versionHash }: { template: TypeData; versionHash?: string; }, options: any): Promise;