#!/usr/bin/env bun /** Run the CLI with the given argv (no `process.argv` prefix). */ export declare function runCli(argv: string[]): Promise;