declare function clone(name: string, template: string, force: boolean): Promise; export { clone };