export declare const CommandMetadata: { VERB: string; VERBDESCRIPTION: string; COMMANDDESCRIPTION: string; VERBOPTION: string; OPTIONS: string; REQUIREDARGS: string; OPTIONALARGS: string; VARIADICLASTARG: string; ALIAS: string; ALLOWUNKNOWNOPTION: string; INCLUDEINHELPBYDEFAULT: boolean; };