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