export declare enum Preset { Apps = "apps", Empty = "empty", Core = "core", NPM = "npm", TS = "ts", WebComponents = "web-components", AngularMonorepo = "angular-monorepo", AngularStandalone = "angular-standalone", ReactMonorepo = "react-monorepo", ReactStandalone = "react-standalone", ReactNative = "react-native", Expo = "expo", NextJs = "next", Nest = "nest", Express = "express", NodeServer = "node-server" }