import { FlagsConfig, SfdxCommand } from '@salesforce/command';
export default class Consolidate extends SfdxCommand {
    static readonly description: string;
    static readonly examples: string[];
    static readonly flagsConfig: FlagsConfig;
    run(): Promise<void>;
    private shouldBeIgnored;
    private exec;
}
