#!/usr/bin/env node import { type CliCommand } from "./cli-registry.js"; export declare function main(argv: string[]): Promise; export declare const cliCommands: CliCommand[];