export declare const splitBitplanes: (x: Uint8Array) => Uint8Array[]; export declare const mergeBitplanes: (planes: Uint8Array[]) => Uint8Array;