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