interface SemanticTokens { data: Uint32Array; resultId?: string;}
readonly data: Uint32Array
readonly resultId?: string