export declare const relations: ({ id1: string; id2: string; relation: { type1: number; type2: string; lineType: number; }; relationTitle1: string; relationTitle2: string; } | { id1: string; id2: string; relation: { type1: string; type2: number; lineType: number; }; relationTitle1: string; relationTitle2: string; })[]; export declare const classes: { Animal: { id: string; type: string; cssClasses: never[]; methods: string[]; members: string[]; annotations: never[]; domId: string; }; Duck: { id: string; type: string; cssClasses: never[]; methods: string[]; members: string[]; annotations: never[]; domId: string; }; Fish: { id: string; type: string; cssClasses: never[]; methods: string[]; members: string[]; annotations: never[]; domId: string; }; Zebra: { id: string; type: string; cssClasses: never[]; methods: string[]; members: string[]; annotations: never[]; domId: string; }; Singleton: { id: string; type: string; cssClasses: never[]; methods: string[]; members: string[]; annotations: never[]; domId: string; }; };