import { NFTDataType } from "./AuctionInfoTypes";
export declare function getCurrenciesInUse(nftPricing: NFTDataType['pricing']): string[];
