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