#!/usr/bin/env node
import '../server/lib/cpu-profile';
import type { CliCommand } from '../lib/commands';
declare const nextDev: CliCommand;
export { nextDev };