import { Signer, providers } from 'ethers'; import { TransferAsyncParams } from './interface'; import { ChainType } from '../types'; declare const _default: { signMessageAsync: (debug: boolean, ethConnectedSigner: Signer, address: string, message: string) => Promise; transferAsync: (ethConnectedSigner: Signer, chainType: ChainType, { symbol, token, from, to, value }: TransferAsyncParams) => Promise; }; export default _default; //# sourceMappingURL=ethereum.d.ts.map