/** * Returns the atoms that are chiral or pseudo chiral. * There could be some issues if the original molecule lacks chiral bonds. * The function will add them and this could lead to some issues in the case of pseudochiral atoms. * @param {import('openchemlib').Molecule} molecule * @returns {number[]} */ export function getChiralOrHeterotopicCarbons(molecule: import("openchemlib").Molecule): number[]; //# sourceMappingURL=getChiralOrHeterotopicCarbons.d.ts.map