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