/** * @import { ConstrData, UplcData } from "@helios-lang/uplc" * @import { CertifyingPurpose, DCert } from "../index.js" */ /** * @param {DCert} dcert * @returns {CertifyingPurpose} */ export function makeCertifyingPurpose(dcert: DCert): CertifyingPurpose; import type { DCert } from "../index.js"; import type { CertifyingPurpose } from "../index.js"; //# sourceMappingURL=CertifyingPurpose.d.ts.map