import { RequestContextType } from '../core/network/constants'; import { GetTokenDetailsParams, GetTokenDetailsResponse } from './types'; /** * Retrieves token details for an NFT contract and token ID */ export declare function getTokenDetails(params: GetTokenDetailsParams, _context?: RequestContextType): Promise; //# sourceMappingURL=getTokenDetails.d.ts.map