/**
 * @import { Command } from 'commander';
 */
/**
 * Global: `npx bananass` command.
 * @param {Command} program The `commander` package's `program`.
 */
export default function global(program: Command): void;
import type { Command } from 'commander';
