/** * @import { Builtin, CekStack, CekTerm, CekValue, UplcValue } from "../index.js" */ /** * @param {CekValue} value * @param {boolean} simplify * @returns {string | UplcValue} */ export function stringifyNonUplcValue(value: CekValue, simplify?: boolean): string | UplcValue; /** * @param {CekValue} value * @param {boolean} simplify * @returns {string} */ export function stringifyCekValue(value: CekValue, simplify?: boolean): string; import type { CekValue } from "../index.js"; import type { UplcValue } from "../index.js"; //# sourceMappingURL=CekValue.d.ts.map