import type { DataType } from '../CompoundData';
/**
 * Returns an object of computed data
 *
 * @param data Data of a compound data request to the PubChem API
 * @returns Object of computed data
 */
export declare function getComputedData(data: DataType): {
    hydrogenBondDonorCount: import("../CompoundData").ComputedData;
    hydrogenBondAcceptorCount: import("../CompoundData").ComputedData;
    rotableBondCount: import("../CompoundData").ComputedData;
    heavyAtomCount: import("../CompoundData").ComputedData;
    formalCharge: import("../CompoundData").ComputedData;
    complexity: import("../CompoundData").ComputedData;
    tpsa: import("../CompoundData").ComputedData;
    xLogP3: import("../CompoundData").ComputedData;
};
//# sourceMappingURL=getComputedData.d.ts.map