export declare class NotificationEvent {
    start: number;
    marbles: string;
    constructor(start: number);
    get end(): number;
}
