import { DataEvent } from './data.event';
export declare class DataStopAllEvent extends DataEvent {
    static type: string;
}
