class types.LangPackDifference extends _TypeLangPackDifferenceimport { types } from "https://deno.land/x/mtkruto@0.1.118/mod.ts"; const { LangPackDifference } = types; ConstructorsnewLangPackDifference(params: { langCode: string; fromVersion: number; version: number; strings: Array<TypeLangPackString>; })Propertiesprotectedreadonly[id]protectedreadonly[params]: ParamsfromVersion: numberlangCode: stringstrings: Array<TypeLangPackString>version: numberStatic Propertiesreadonly[paramDesc]: ParamDesc