import { CommandLineParamFixes } from '@nx-dotnet/utils';
export type dotnetFormatFlags = 'noRestore' | 'fixWhitespace' | 'fixStyle' | 'fixAnalyzers' | 'diagnostics' | 'include' | 'exclude' | 'check' | 'report' | 'binarylog' | 'verbosity' | 'verifyNoChanges';
export declare const formatCommandLineParamFixes: CommandLineParamFixes<dotnetFormatFlags>;
