import { type Core } from "https://deno.land/x/lucid@0.5.2/src/mod.ts";
const { NativeScript1JSON } = Core;
definition:
| { ScriptPubkeyJSON: ScriptPubkey; }
| { ScriptAllJSON: ScriptAll; }
| { ScriptAnyJSON: ScriptAny; }
| { ScriptNOfKJSON: ScriptNOfK; }
| { TimelockStartJSON: TimelockStart; }
| { TimelockExpiryJSON: TimelockExpiry; }