import { CborObj } from "../CborObj/index.js"; export declare function overwriteSubCborRefBytes(cObj: CborObj, bytes: Uint8Array): void;