next-export.d.ts 127 B

1234
  1. #!/usr/bin/env node
  2. import { cliCommand } from '../lib/commands';
  3. declare const nextExport: cliCommand;
  4. export { nextExport };