import type { Command } from 'commander'; import type { CLIContext } from '../../registry.js'; export declare function prepareGatewayCommandForArgv(cmd: Command, ctx: CLIContext): Promise;