import { MarkupContent } from 'vscode-languageserver'; declare const playKeywords: Map; declare const roleKeywords: Map; declare const blockKeywords: Map; declare const taskKeywords: Map; declare const playExclusiveKeywords: Map; declare const playWithoutTaskKeywords: Map; declare function isTaskKeyword(value: string): boolean; export { blockKeywords, isTaskKeyword, playExclusiveKeywords, playKeywords, playWithoutTaskKeywords, roleKeywords, taskKeywords };