/** * @import { BytesLike } from "@helios-lang/codec-utils" * @import { DCert } from "../index.js" */ /** * @param {BytesLike} bytes * @returns {DCert} */ export function decodeDCert(bytes: BytesLike): DCert; import type { BytesLike } from "@helios-lang/codec-utils"; import type { DCert } from "../index.js"; //# sourceMappingURL=DCert.d.ts.map