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