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