import { BaseRoutine, NormalizedWorkout, RoutineUpdate } from '.'; export declare const majorRoutineUpdate: (routine: BaseRoutine, workout: NormalizedWorkout) => RoutineUpdate; export declare const minorRoutineUpdate: (routine: BaseRoutine, workout: NormalizedWorkout) => RoutineUpdate; export type ViewRoutineSetValueType = 'weight' | 'reps' | 'rpe' | 'repRangeStart' | 'repRangeEnd' | 'distance' | 'duration' | 'short_distance' | 'custom_metric';