import { Org } from '@salesforce/core'; export default class ScratchOrgInfoAssigner { private hubOrg; constructor(hubOrg: Org); setScratchOrgInfo(soInfo: any): Promise; setScratchOrgStatus(username: string, status: 'Allocate' | 'InProgress' | 'Return'): Promise; }