/** * Returns the number of atoms per atom type for a given molecular formula. * * @param {string} mf */ export declare function getAtomCounts(mf: string): Record; //# sourceMappingURL=getAtomCounts.d.ts.map