/** * For given directory of a NestJS application, and name of a sub-app therein, returns * the root folder for that sub-app. The information is read from nest-cli.json file. */ export declare const getNestJSSubAppPath: (packageDir: string, appName?: string) => string; //# sourceMappingURL=utils.d.ts.map