import { type ReadRecordsResult, type RecordResult } from 'react-native-health-connect'; import type { HealthValue } from 'react-native-health'; import { HealthLinkDataType, type AndroidType, type ReadOptions } from '../types/dataTypes'; import type { HealthLinkDataValue } from '../types/results'; export declare const dataValueDeserializer: (dataType: T, options: ReadOptions, dataValue: HealthValue | RecordResult) => HealthLinkDataValue | null; export declare const readDataResultDeserializer: (dataType: T, options: ReadOptions, data: HealthValue[] | ReadRecordsResult) => HealthLinkDataValue[]; export declare const readIosCallback: (dataType: HealthLinkDataType, options: ReadOptions) => Promise; export declare const dataValueToIosReadFunction: (dataType: HealthLinkDataType) => any; export declare const healthLinkToAndroidType: (dataType: HealthLinkDataType) => AndroidType; //# sourceMappingURL=results.d.ts.map