import type { QuantitySampleTyped } from '../types/QuantitySample'; import type { UnitForIdentifier } from '../types/QuantityType'; import type { QuantityTypeIdentifier } from '../types/QuantityTypeIdentifier'; /** * @returns the most recent sample for the given quantity type. */ export declare function useMostRecentQuantitySample(identifier: T, unit?: UnitForIdentifier): QuantitySampleTyped | undefined; export default useMostRecentQuantitySample;