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