export declare const data: { entities: { word: string; type: string; }[]; relations: { type: string; collections: number[][]; }[]; sentence: string; };