import Command, { flags } from '../command'; export default class LintCommand extends Command { static flags: flags.Input; static aliases: string[]; run(): Promise; }