export declare const calculateExchangeRate: (amountFrom: bigint, tokenPrecisionFrom: number, amountTo: bigint, tokenPrecisionTo: number) => bigint;
