import { Project } from 'ts-morph'; export declare function formatAndSaveSourceFiles(project: Project, _cwd?: string): Promise; export declare function runPostGenerateCommand(postGenerateCommand?: string, cwd?: string): Promise;