import type { Signer } from 'ethers/providers'; /** * Typed Data Types * Re-exposing the types from ethers for convenience and to ensure * we can fix in one place if they change */ export type TypedDataDomain = Parameters[0]; export type TypedDataTypes = Parameters[1]; export type TypedDataValues = Parameters[2]; //# sourceMappingURL=TypedData.d.ts.map