import { ethers } from 'ethers'; export declare const getDomainAddress: (address: string) => Promise; export declare const detectNewTxFromAddress: (address: string, provider: ethers.providers.Web3Provider) => Promise; export declare const isEvmContract: (chainId: number, address: string) => Promise;