import { Currency, CurrencyAmount as CurrencyAmountRaw } from "@onyxcoindev/sdk-core-test"; import { FeeAmount } from "@onyxcoindev/pool-sdk-test"; export declare class CurrencyAmount extends CurrencyAmountRaw { } export declare const MAX_UINT160 = "0xffffffffffffffffffffffffffffffffffffffff"; export declare function parseAmount(value: string, currency: Currency): CurrencyAmount; export declare function parseFeeAmount(feeAmountStr: string): FeeAmount; export declare function unparseFeeAmount(feeAmount: FeeAmount): "10000" | "3000" | "500" | "100"; export declare function getApplicableFusionFeeAmounts(): FeeAmount[];