import type { ILintArgs, ILinterOpts } from './types';
export type { ILintArgs, ILinterOpts };
declare const _default: (opts: ILinterOpts, args: ILintArgs) => void;
export default _default;
