import { SerialTaskExecuteContext, SerialHandler } from '../handler';
declare class ByteBuffer extends SerialHandler<Blob, Blob> {
    private static MIN_BYTE_SIZE;
    private static MIN_LOAD_SIZE;
    private lastRemainingByte;
    execute(context: SerialTaskExecuteContext<Blob, Blob>): void;
    protected onFinish(): void;
}
export default ByteBuffer;
