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