import { Command } from '@oclif/core'; export default class Lint extends Command { static description: string; static aliases: string[]; static examples: string[]; static flags: any; static args: { dir: import("@oclif/core/lib/interfaces/parser").Arg>; }; run(): Promise; }