import type { Options } from '../Compound'; import { Compound } from '../Compound'; export declare function compoundFromName(smiles: any, options?: Pick): Promise; //# sourceMappingURL=compoundFromName.d.ts.map