import { JavaObject } from '../../java/lang/JavaObject'; import type { List } from '../../java/util/List'; import { Class } from '../../java/lang/Class'; export declare class LongAndStringLists extends JavaObject { /** * Die Lehrer, die diesem Kurs bereits fest zugeordnet sind. */ numbers: List; /** * Die Lehrer, die diesem Kurs bereits fest zugeordnet sind. */ strings: List; constructor(); transpilerCanonicalName(): string; isTranspiledInstanceOf(name: string): boolean; static class: Class; static transpilerFromJSON(json: string): LongAndStringLists; static transpilerToJSON(obj: LongAndStringLists): string; static transpilerToJSONPatch(obj: Partial): string; } export declare function cast_de_svws_nrw_core_data_LongAndStringLists(obj: unknown): LongAndStringLists; //# sourceMappingURL=LongAndStringLists.d.ts.map