import type { LabeledData } from './labeled-data';
export type AnnotationsRead = File | LabeledData;
