export declare function action(project: any, { aot, baseHref, buildOptimizer, commonChunk, configuration, deleteOutputPath, deployUrl, evalSourceMap, extractCss, extractLicenses, forkTypeChecker, i18nFile, i18nFormat, i18nLocale, i18nMissingTranslation, index, lazyModules, main, namedChunks, ngswConfigPath, optimization, outputHashing, outputPath, poll, polyfills, preserveSymlinks, prod, profile, progress, serviceWorker, vendorChunk, vendorSourceMap, verbose, watch, showCircularDependencies, skipAppShell, sourceMap, statsJson, subresourceIntegrity, tsConfig }: { aot: any; baseHref: any; buildOptimizer: any; commonChunk: any; configuration: any; deleteOutputPath: any; deployUrl: any; evalSourceMap: any; extractCss: any; extractLicenses: any; forkTypeChecker: any; i18nFile: any; i18nFormat: any; i18nLocale: any; i18nMissingTranslation: any; index: any; lazyModules: any; main: any; namedChunks: any; ngswConfigPath: any; optimization: any; outputHashing: any; outputPath: any; poll: any; polyfills: any; preserveSymlinks: any; prod: any; profile: any; progress: any; serviceWorker: any; vendorChunk: any; vendorSourceMap: any; verbose: any; watch: any; showCircularDependencies: any; skipAppShell: any; sourceMap: any; statsJson: any; subresourceIntegrity: any; tsConfig: any; }): void;