import { RawCborObj } from "../CborObj.js"; export interface ToRawObj { toRawObj(): RawCborObj; }