import { ParsedDataReturn } from '../../types'; import { NftsByStoreProps, OwnedNftsData } from './ownedNftsByStore.types'; export declare const ownedNftsByStore: ({ ownerId, contractAddress, pagination, network, }: NftsByStoreProps) => Promise>; //# sourceMappingURL=ownedNftsByStore.d.ts.map