import { JSDoc } from "typescript"; /** * @description * It also validates that the description is well defined. */ export declare function getOptionDescription(_: { commandName: string; JSDoc: JSDoc; optionName: string; }): string;