import { ethers } from "ethers";
export declare function getBridgeContract(chainName: string, senderAddress: string): Promise<ethers.Contract>;
