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