/** * @import { FlatWriter, UplcPair, UplcType, UplcValue } from "../index.js" */ /** * @param {{first: UplcValue, second: UplcValue}} args * @returns {UplcPair} */ export function makeUplcPair(args: { first: UplcValue; second: UplcValue; }): UplcPair; import type { UplcValue } from "../index.js"; import type { UplcPair } from "../index.js"; //# sourceMappingURL=UplcPair.d.ts.map