import type { Options } from '../../compound/Compound'; import type { DataType } from '../CompoundData'; /** * Returns the melting point of a compound * @param data Data of a compound data request to the PubChem API * @param options Options for the compound * @returns ExperimentalData */ export declare function getMeltingPoint(data: DataType, options?: Pick): import("./extractExperimentalData").ExperimentalData[]; //# sourceMappingURL=getMeltingPoint.d.ts.map