#!/usr/bin/env node import type { CliIO } from './types'; /** * Dispatch a CLI invocation. Pure with respect to `process` — all side * effects flow through `io`, so tests drive commands directly. */ export declare function main(argv: string[], io: CliIO): Promise; //# sourceMappingURL=index.d.ts.map