import type { Molecule } from 'openchemlib'; /** * Tag an atom to be able to visualize it * @param molecule * @param iAtom */ export declare function tagAtom(molecule: Molecule, iAtom: number): string; //# sourceMappingURL=tagAtom.d.ts.map