import { SfCommand } from '@salesforce/sf-plugins-core'; import { ScratchCreateResponse } from '../../../shared/orgTypes.js'; export default class OrgResumeScratch extends SfCommand { static readonly summary: string; static readonly description: string; static readonly examples: string[]; static readonly aliases: string[]; static readonly deprecateAliases = true; static readonly flags: { 'job-id': import("@oclif/core/interfaces").OptionFlag; 'use-most-recent': import("@oclif/core/interfaces").BooleanFlag; wait: import("@oclif/core/interfaces").OptionFlag; }; run(): Promise; }