import { Event } from './Event'; export declare class StatusEvent extends Event { static classInitializer: any; private _code; private _level; constructor(type: string, bubbles?: boolean, cancelable?: boolean, code?: string, level?: string); get level(): string; set level(value: string); get code(): string; set code(value: string); clone(): Event; toString(): string; static STATUS: string; } //# sourceMappingURL=StatusEvent.d.ts.map