export declare const downloadTemplate: (downloadUrl: string, templateName: string, callback: (temCachePath: any) => void) => Promise; export declare const installPkg: (projectPath: string) => Promise;