import { TCommand } from '../../types';
export declare const getEslint: (path?: string) => Promise<void>;
export declare const eslintCommad: TCommand;
