import type { Command } from "commander"; export declare function hasExplicitOptions(command: Command, names: readonly string[]): boolean;