import { Command } from "commander"; import type { CommandContext } from "./types.js"; export declare function runCli(args: string[], context?: CommandContext): Promise; export declare function createProgram(context: CommandContext, setExitCode: (exitCode: number) => void): Command; //# sourceMappingURL=runtime.d.ts.map