export declare function consumeGatewayRunOptionToken(args: ReadonlyArray, index: number): number; export declare function consumeGatewayFastPathRootOptionToken(args: ReadonlyArray, index: number): number; export declare function resolveGatewayCatalogCommandPath(argv: string[]): string[] | null; export declare function resolveGatewaySubcommandName(argv: string[]): string | undefined; export declare function isGatewayRunFastPathArgv(argv: string[]): boolean; export declare function isKnownGatewaySubcommand(name: string): boolean;