/** * @description Get the info of a molecule * @param {import('openchemlib').Molecule} molecule * @param {Map} moleculesInfo - Map of molecules info * @returns {object} object with molfile, idCode, mf, em, mz and charge */ export function getMoleculeInfo(molecule: import("openchemlib").Molecule, moleculesInfo: Map): object; //# sourceMappingURL=getMoleculeInfo.d.ts.map