#!/usr/bin/env node
import type { CliCommand } from '../lib/commands';
declare const nextLint: CliCommand;
export { nextLint };
