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