import type { ComputedData, DataType } from '../CompoundData';
/**
 * Returns the number properties of a compound
 *
 * @param data Data of a compound data request to the PubChem API
 * @param sectionName Name of the section to get the data from
 * @returns Computed Data
 */
export declare function getNumberProperties(data: DataType, sectionName: string): ComputedData;
//# sourceMappingURL=getNumberProperties.d.ts.map