import type { Molecule } from 'openchemlib'; /** * In place modification of the molecule to add auto labels to its atoms based on * a database of common substructures. * @param molecule */ export declare function autoLabel(molecule: Molecule): void; //# sourceMappingURL=autoLabel.d.ts.map