export interface IBlobEventInit extends EventInit {
    data: Blob;
    timecode?: number;
}
//# sourceMappingURL=blob-event-init.d.ts.map