import { type CborUint8Array } from '@jsonjoy.com/json-pack/lib/cbor/shared';
import type { Patch } from '../../Patch';
import type { CompactCodecPatch } from '../compact/types';
export declare const decode: (buf: CborUint8Array<CompactCodecPatch>) => Patch;
