#!/usr/bin/env node import { Command } from 'commander'; /** * Main CLI program, configured with custom text styling for titles, commands, options, etc. */ export declare const program: Command;