#!/usr/bin/env node /** Parse argv and run the CLI. Returns the process exit code. */ export declare function run(argv: string[]): Promise; //# sourceMappingURL=cli.d.ts.map