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