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