/**
 * Apply the specified predictor to a block
 * @param block - the block to modify
 * @param predictor - the predictor
 * @param width - the block width
 * @param height - the block height
 * @param bitsPerSample - the number of bits per sample
 * @param planarConfiguration - the planar configuration
 * @returns - the modified block
 */
export declare function applyPredictor(block: ArrayBufferLike, predictor: number, width: number, height: number, bitsPerSample: number[], planarConfiguration: number): ArrayBufferLike;
//# sourceMappingURL=predictor.d.ts.map