diff --git a/index.d.ts b/index.d.ts index 548db5c8..b09d8967 100644 --- a/index.d.ts +++ b/index.d.ts @@ -357,11 +357,6 @@ declare module 'react-native-health' { callback: (error: string, result: HealthValue) => void, ): void - getWorkout( - options: HealthInputOptions, - callback: (err: string, results: HealthValue) => void, - ): void - getWorkoutRouteSamples( options: { id: string }, callback: (err: string, results: WorkoutRouteQueryResults) => void,