import type { AssetType } from "@rarible/api-client"; export declare function getFlowCurrencyFromAssetType(assetType: AssetType): import("@rarible/flow-sdk").FlowCurrency;