export declare enum CommandExecuteArgumentType { Required = 0, Optional = 1, CommandOptions = 3, ProgramOptions = 4 }