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