import { PropertySignature } from "typescript"; /** * @description * It validates if the typescript ast node for the type exists. * It returns the type. */ export declare function getOptionType(member: PropertySignature, absolutePathToInput: string, commandName: string): string;