import { flags, SfdxCommand } from '@salesforce/command'; import { AnyJson } from "@salesforce/ts-types"; export default class xmlValid extends SfdxCommand { static description: string; static examples: string[]; protected static flagsConfig: { path: flags.Discriminated; }; checkForEmails(startFolder: any): void; run(): Promise; }