import { Event } from './event';
export declare class ScanEvent {
    id: string;
    events: Event[];
}
