/** * @param {{arg: UplcTerm, site?: Site}} props * @returns {UplcForce} */ export function makeUplcForce(props: { arg: UplcTerm; site?: Site; }): UplcForce; /** * @param {FlatReader} r * @returns {UplcForce} */ export function decodeUplcForceFromFlat(r: FlatReader): UplcForce; /** * @import { Site } from "@helios-lang/compiler-utils" * @import { * CekContext, * CekStack, * CekStateChange, * FlatReader, * FlatWriter, * UplcForce, * UplcTerm * } from "../index.js" */ export const UPLC_FORCE_TAG: 5; import type { UplcTerm } from "../index.js"; import type { Site } from "@helios-lang/compiler-utils"; import type { UplcForce } from "../index.js"; import type { FlatReader } from "../index.js"; //# sourceMappingURL=UplcForce.d.ts.map