#!/usr/bin/env bun
import { Command } from 'commander';
declare const program: Command;
export { program };
//# sourceMappingURL=cli.d.ts.map