/** * Calculate the molecular formula in 'chemcalc' notation taking into account fragments, isotopes and charges * @param {import('openchemlib').Molecule} molecule - an instance of OCL.Molecule * @returns {object} */ export function getMF(molecule: import("openchemlib").Molecule): object; //# sourceMappingURL=getMF.d.ts.map