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