import { ProjectConfig } from '../../types'; export declare function getNestJSMain(config: ProjectConfig): string; export declare function getNestJSAppModule(config: ProjectConfig): string; export declare function getNestJSPackageJson(projectName: string, config: ProjectConfig): string; //# sourceMappingURL=app.d.ts.map