import { ReturnCode } from '../../types/command'; import { CommandBase } from '../../types'; export declare class LintCommand extends CommandBase { constructor(args: string[]); execute(): Promise; }