export declare enum Token { Comment = "comment", Text = "text", String = "string", Paren = "paren", StringInvalid = "string.invalid", ConstantNumericInteger = "constant.numeric.integer", ConstantNumericFloat = "constant.numeric.float", ConstantLanguage = "constant.language", ConstantLanguageBoolean = "constant.other.boolean", ConstantOtherColor = "constant.other.color", SupportVariable = "support.variable", SupportType = "support.type", Keyword = "keyword", KeywordEquals = "keyword.equals", KeywordOperator = "keyword.operator", CustomType = "entity.name.type", VariableOther = "variable.other", Property = "variable.other.property", SupportFunction = "support.function", SupportMethod = "support.method", ImportedFunction = "meta.function-call", Function = "entity.name.function", ImportName = "entity.name.module", ImportAlias = "entity.name.module.name", ExtensionMethod = "entity.name.method", Annotation = "comment.annotation", PunctuationOperator = "punctuation.operator", Empty = "empty", Source = "source" } export declare enum DocTitle { Type = "type", Returns = "Returns", Syntax = "Syntax", Remarks = "Remarks", Fields = "Fields", Description = "Description", Example = "Example", EnumMembers = "Enum members" } export declare enum Actions { Save = "save", Find = "find", TriggerConsole = "trigger.console", RunScript = "runScript", Open = "open", NewWindow = "newWindow", NewTab = "newTab", NewIndicator = "newIndicator", NewStrategy = "newStrategy" }