import type { UnitForIdentifier } from '../types/QuantityType'; import type { QuantityTypeIdentifier } from '../types/QuantityTypeIdentifier'; declare function getMostRecentQuantitySample(identifier: T, unit?: UnitForIdentifier): Promise | undefined>; export default getMostRecentQuantitySample;