export declare function scaffoldRenames(appName: string): { from: string; to: string; }[]; export declare const SKIPPED_DIRECTORIES: ReadonlySet; export declare const copyDirectory: (src: string, dest: string, rename: { from: string; to: string; }[]) => Promise; //# sourceMappingURL=scaffold.d.ts.map