import { CommandLineParamFixes } from '@nx-dotnet/utils'; export type dotnetPublishFlags = 'configuration' | 'framework' | 'force' | 'manifest' | 'noBuild' | 'noDependencies' | 'nologo' | 'noRestore' | 'output' | 'selfContained' | 'runtime' | 'verbosity' | 'versionSuffix'; export declare const publishCommandLineParamFixes: CommandLineParamFixes;