5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
|
#!/usr/bin/env node
|
||
|
import type { CliCommand } from '../lib/commands';
|
||
|
declare const nextTelemetry: CliCommand;
|
||
|
export { nextTelemetry };
|