export declare function subcommandOf(args: readonly string[]): string | undefined; export declare function hasFlagPair(args: readonly string[], value: string): boolean;