import { Headers } from 'got'; /** * Get the CMR JSON metadata from a CMR granule search * * @param {string} conceptLink - link to concept in CMR, either * granule search by concept ID or concept ID search * @param {Object} headers - the CMR headers * @returns {Object} - metadata as a JS object, null if not * found */ declare function getConceptMetadata(conceptLink: string, headers: Headers): Promise; export = getConceptMetadata; //# sourceMappingURL=getConcept.d.ts.map