export declare type ConceptType = 'collection' | 'collections' | 'granule' | 'granules'; export interface CMRResponseBody { } export interface CMRErrorResponseBody { errors: { error?: string; }; } //# sourceMappingURL=types.d.ts.map