import { TChainName } from "../../types";
export declare function estimateReceive(amount: string | bigint, senderAddress: string, destinationAddress: string, fromChainName: TChainName, toChainName: string, tokenSymbol: string): Promise<bigint>;
