/** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * metrics-sdk-admin * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 5.4.9 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const MuscleGroup: { readonly abs: "abs"; readonly back: "back"; readonly biceps: "biceps"; readonly calves: "calves"; readonly chest: "chest"; readonly forearms: "forearms"; readonly glutes: "glutes"; readonly hamstrings: "hamstrings"; readonly hipFlexors: "hipFlexors"; readonly neck: "neck"; readonly shoulders: "shoulders"; readonly triceps: "triceps"; readonly upperBack: "upperBack"; readonly thighs: "thighs"; }; export type MuscleGroup = 'abs' | 'back' | 'biceps' | 'calves' | 'chest' | 'forearms' | 'glutes' | 'hamstrings' | 'hipFlexors' | 'neck' | 'shoulders' | 'triceps' | 'upperBack' | 'thighs'; export declare function instanceOfMuscleGroup(value: unknown): boolean; export declare function MuscleGroupFromJSON(json: unknown): MuscleGroup; export declare function MuscleGroupFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): MuscleGroup; export declare function MuscleGroupToJSON(value?: MuscleGroup | null): MuscleGroup | null | undefined;