/** * The command names shown in `crew --help` and offered by shell completions: * every registered subcommand that is neither hidden nor a deprecated alias. */ export declare function visibleCommandNames(): readonly string[]; export declare function run(argv: string[]): Promise; //# sourceMappingURL=cli.d.ts.map