export declare type DataCallback = (array: Uint8Array, readOffset: number, x: number, y: number, length: number) => void;