import { IResult } from '../common'; export declare function lint(args?: { dir?: string; silent?: boolean; }): Promise;