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