import type { BinaryOp } from './types';
export declare const apply: (val: Uint8Array, op: BinaryOp) => Uint8Array;
