import { Dependencies } from "../dependencies"; import { Command } from "./command"; export declare function createLintCommand(deps: Dependencies): Command;