/** * @import { BytesLike } from "@helios-lang/codec-utils" * @import { FlatReader, FlatWriter, UplcByteArray, UplcType, UplcValue } from "../index.js" */ /** * @param {BytesLike} args * @returns {UplcByteArray} */ export function makeUplcByteArray(args: BytesLike): UplcByteArray; /** * @param {FlatReader} reader * @returns {UplcByteArray} */ export function decodeUplcByteArrayFromFlat(reader: FlatReader): UplcByteArray; import type { BytesLike } from "@helios-lang/codec-utils"; import type { UplcByteArray } from "../index.js"; import type { FlatReader } from "../index.js"; //# sourceMappingURL=UplcByteArray.d.ts.map