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 encode: (patch: Patch) => CborUint8Array<CompactCodecPatch>;
