#!/usr/bin/env node import { Command } from 'commander'; export declare const VERSION: string; export declare const SDK_VERSION: string | undefined; export declare function createProgram(options?: { name?: string; }): Command; export declare function runCli(argv?: string[]): Promise; //# sourceMappingURL=bootstrap.d.ts.map