import type { Options } from '../../compound/Compound.js'; import { CompoundData } from '../CompoundData.js'; export declare function compoundDataFromCID(cid: string, options?: Pick): Promise; //# sourceMappingURL=compoundDataFromCID.d.ts.map