import { flags, SfdxCommand } from '@salesforce/command'; import { AnyJson } from '@salesforce/ts-types'; export default class ApexLogGet extends SfdxCommand { static description: string; static examples: any[]; static readonly flagsConfig: { id: flags.Discriminated>; }; run(): Promise; }