import BigNumber from 'bignumber.js'; import { Namespace } from '../../../../../internal'; import { IdentityHeldNfts, NftCollection, ResultSet } from '../../../../../types'; /** * Handles all NFT Holders related functionality */ export declare class AssetHolders extends Namespace { /** * Retrieve all the NFT Holders with their holdings * * @note uses the middlewareV2 */ get(opts: { size?: BigNumber; start?: BigNumber; }): Promise>; } //# sourceMappingURL=index.d.ts.map