import type { Signer } from "ethers"; export interface EVMWallet { getSigner(): Promise; } //# sourceMappingURL=index.d.ts.map