import { Event } from './Event'; export declare class SyncEvent extends Event { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; changeList: any[]; constructor(type: string, bubbles?: boolean, cancelable?: boolean, changeList?: any[]); static SYNC: string; } //# sourceMappingURL=SyncEvent.d.ts.map