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