type alias Cardanoimport { type Cardano } from "https://deno.land/x/lucid@0.7.7/src/mod.ts"; definition: { [key: string]: { name: string; icon: string; version: string; enable(): Promise<WalletApi>; isEnabled(): Promise<boolean>; }; }