import { AnyJson } from '@salesforce/ts-types'; import SfpowerscriptsCommand from '../../../SfpowerscriptsCommand'; export default class Delete extends SfpowerscriptsCommand { static description: string; protected static requiresDevhubUsername: boolean; static examples: string[]; static flags: { apiversion: import("@oclif/core/lib/interfaces").OptionFlag; targetusername: import("@oclif/core/lib/interfaces").OptionFlag; targetdevhubusername: import("@oclif/core/lib/interfaces").OptionFlag; loglevel: import("@oclif/core/lib/interfaces").OptionFlag; }; execute(): Promise; }