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