import type { AssetType } from "@rarible/ethereum-api-client"; export declare function isPaymentToken(assetType: AssetType): boolean;