export declare const listTemplates: (root: string) => Promise; export declare const copyDirectory: (src: string, dest: string, rename: { from: string; to: string; }[]) => Promise; //# sourceMappingURL=templateUtils.d.ts.map