import { User } from '@annotorious/core'; export interface SelectEvent { from: User & { presenceKey: string; }; ids: string[] | null; source?: string; } //# sourceMappingURL=Types.d.ts.map