import { CommandLineParamFixes } from '@nx-dotnet/utils'; export type dotnetRunFlags = 'configuration' | 'framework' | 'force' | 'noDependencies' | 'noIncremental' | 'noRestore' | 'nologo' | 'output' | 'source' | 'verbosity' | 'versionSuffix' | 'runtime'; export declare const runCommandLineParamFixes: CommandLineParamFixes;