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