/** * Returns the charge of a molecule * @param {import('openchemlib').Molecule} molecule - an instance of OCL.Molecule * @returns {number} */ export function getCharge(molecule: import("openchemlib").Molecule): number; //# sourceMappingURL=getCharge.d.ts.map