import * as KeyHash from "./KeyHash_old.js"; import * as ScriptHash from "./ScriptHash_old.js"; export type Credential = { type: "Key" | "Script"; hash: KeyHash.KeyHash | ScriptHash.ScriptHash; }; //# sourceMappingURL=Credential_old.d.ts.map