import SfpCommand from '../../SfpCommand'; export default class Expand extends SfpCommand { static description: string; protected static requiresDevhubUsername: boolean; protected static requiresProject: boolean; static flags: { targetdevhubusername: import("@oclif/core/interfaces").OptionFlag; overwrite: import("@oclif/core/interfaces").BooleanFlag; loglevel: import("@oclif/core/interfaces").OptionFlag; }; execute(): Promise; }