import { SfdxCommand } from '@salesforce/command'; import { AnyJson } from '@salesforce/ts-types'; export default class ApexLogGet extends SfdxCommand { static description: string; static examples: any[]; protected static requiresUsername: boolean; run(): Promise; }