import type { ChainFormatters } from '../../types/chain.js'; import type { Chain, ChainFormatter } from '../../types/chain.js'; import type { EIP712DomainFn } from './eip712.js'; import type { ZkSyncTransactionSerializable } from './transaction.js'; export type ChainEIP712[0] : ZkSyncTransactionSerializable : ZkSyncTransactionSerializable> = Chain | undefined; }>; //# sourceMappingURL=chain.d.ts.map