import type { Command } from "commander"; export declare function optionSource(command: Command, key: string): string | undefined;