import { SfdxCommand } from '@salesforce/command'; import { AnyJson } from "@salesforce/ts-types"; export default class ETMH extends SfdxCommand { static description: string; static examples: string[]; protected static requiresUsername: boolean; protected static flagsConfig: {}; dotFileName: string; getObjects(conn: any, id: any, name: any): Promise; processQueryResults(conn: any, queryResults: any, first: any): Promise; run(): Promise; }