#!/usr/bin/env node
import { cliCommand } from '../bin/next';
declare const nextTelemetry: cliCommand;
export { nextTelemetry };
