/** * * @param {*} processedMolecules * @param {import('openchemlib').Molecule|string} molecule * @param {*} options * @returns */ export function checkIfExistsOrAddInfo(processedMolecules: any, molecule: import("openchemlib").Molecule | string, options: any): { exists: boolean; info: any; }; //# sourceMappingURL=checkIfExistsOrAddInfo.d.ts.map