import type { Molecule } from 'openchemlib'; /** * In order to be able to give a unique ID to all the atoms we are replacing the H by X * @param moleculeWithH * @returns */ export declare function getXMolecule(moleculeWithH: Molecule): Molecule; //# sourceMappingURL=getXMolecule.d.ts.map