import SfpowerscriptsCommand from '../../SfpowerscriptsCommand'; export default class Promote extends SfpowerscriptsCommand { static description: string; static examples: string[]; protected static requiresDevhubUsername: boolean; static flags: { targetdevhubusername: import("@oclif/core/lib/interfaces").OptionFlag; artifactdir: import("@oclif/core/lib/interfaces").OptionFlag; outputdir: import("@oclif/core/lib/interfaces").OptionFlag; loglevel: import("@oclif/core/lib/interfaces").OptionFlag; }; execute(): Promise; private substituteBuildNumberWithPreRelease; }