import type { WorkoutProxyTyped } from '../types/Workouts'; /** * @returns the most recent workout sample. */ export declare function useMostRecentWorkout(): WorkoutProxyTyped | undefined; export default useMostRecentWorkout;