import type { QuantityTypeIdentifier } from '../types'; import type { OnQuantitySamplesCallback } from '../types/Subscriptions'; export declare const subscribeToQuantitySamples: (identifier: TIdentifier, callback: (args: OnQuantitySamplesCallback) => void, after?: Date) => { remove: () => boolean; };