import { ParsedDataReturn } from '../../types'; import { StoreNftsProps, StoreNftsResult } from './storeNfts.types'; export declare const storeNfts: ({ contractAddress, showOnlyListed, pagination, network, }: StoreNftsProps) => Promise>; //# sourceMappingURL=storeNfts.d.ts.map