interface Event { startpos: number; endpos: number; annot: string; } export type { Event };