import type { WorkoutProxyTyped } from '../types/Workouts'; declare const getMostRecentWorkout: () => Promise; export default getMostRecentWorkout;