import { ParsedDataReturn } from '../../types'; import { TokenOwnersByMetadataIdQueryResult, TokenOwnersByMetadataProps } from './tokenOwnersByMetadataId.types'; export declare const tokenOwnersByMetadataId: ({ metadataId, pagination, network, }: TokenOwnersByMetadataProps) => Promise>; //# sourceMappingURL=tokenOwnersByMetadataId.d.ts.map