export declare class WriteBlobStep {
    arr: Uint8Array;
    constructor(arr: Uint8Array);
}
//# sourceMappingURL=WriteBlobStep.d.ts.map