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