import { Signer, ContractTransactionResponse } from "ethers-6"; import { IChainInfo, ICrossRule, IToken } from "../types"; export declare const OrbiterRouterType: { CrossAddress: string; CrossAddressCurrency: string; }; export declare function orbiterRouterTransfer(params: { signer: Signer; type: string; fromChainInfo: IChainInfo; value: BigInt; toWalletAddress?: string; selectMakerConfig: ICrossRule; transferValue: string | number; isETH: boolean; fromTokenInfo: IToken; toTokenInfo: IToken; tradeFee: string; }): Promise; //# sourceMappingURL=orbiterRouter.d.ts.map