import { PriceTokenAmount } from "../../../common/tokens";
export declare function getSolanaFee(from: PriceTokenAmount): number;
