import type { QueryStatisticsResponse, StatisticsOptions, UnitForIdentifier } from '../types/QuantityType'; import type { QuantityTypeIdentifier } from '../types/QuantityTypeIdentifier'; export declare function useStatisticsForQuantity(identifier: TIdentifier, options: readonly StatisticsOptions[], from: Date, to?: Date, unit?: UnitForIdentifier): QueryStatisticsResponse | null; export default useStatisticsForQuantity;