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