import { PopulatedTransaction } from 'ethers'; import { SynapseModule } from '../module'; export declare class RelayModule implements SynapseModule { readonly address: string; readonly chainId: number; constructor(chainId: number, address: string); bridge(): Promise; getSynapseTxId(txHash: string): Promise; getBridgeTxStatus(synapseTxId: string): Promise; }