import { TypeElement } from "typescript"; export declare function getOptionName(_: { option: TypeElement; commandName: string; }): string;