import type { Molecule } from 'openchemlib'; /** * Creates a compact copy of the molecule without custom labels. * We don't want that custom labels interfere with hose code and diaID generation. * @param molecule * @returns */ export declare function getCompactCopyWithoutCustomLabels(molecule: Molecule): Molecule; //# sourceMappingURL=getCompactCopyWithoutCustomLabels.d.ts.map