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