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