import type { Molecule } from 'openchemlib'; import type { NMRHint } from './getNMRHints.ts'; interface NMRHintWithIdCode extends NMRHint { idCode: string; } /** * * @param correct * @param proposed * @param providedHints */ export declare function getNextNMRHint(correct: Molecule, proposed: Molecule, providedHints: NMRHint[]): NMRHintWithIdCode | undefined; export {}; //# sourceMappingURL=getNextNMRHint.d.ts.map