export const LTHN_ASSET_ID = "d6329b5b1f7c0805b5c345f4957554002a2f557845f64d7645dae0e051a6498a"; export class LetheanError extends Error { code; name; constructor(message, code) { super(message); this.name = "LetheanError"; this.code = code; } } //# sourceMappingURL=utils.js.map