/** * @import { BytesLike } from "@helios-lang/codec-utils" * @import { UplcData } from "../index.js" */ /** * @param {BytesLike} bytes - in cbor format * @returns {UplcData} */ export function decodeUplcData(bytes: BytesLike): UplcData; import type { BytesLike } from "@helios-lang/codec-utils"; import type { UplcData } from "../index.js"; //# sourceMappingURL=decode.d.ts.map