export declare const PROGRESS_EVENT: "progress"; export interface ProgressEvent extends Event { type: typeof PROGRESS_EVENT; } //# sourceMappingURL=ProgressEvent.d.ts.map