/** * 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 StrengthExerciseVariantType: { readonly normal: "normal"; readonly singleArm: "singleArm"; readonly singleLeg: "singleLeg"; readonly singleArmSingleLeg: "singleArmSingleLeg"; readonly doubleArmSingleLeg: "doubleArmSingleLeg"; readonly alternate: "alternate"; }; export type StrengthExerciseVariantType = 'normal' | 'singleArm' | 'singleLeg' | 'singleArmSingleLeg' | 'doubleArmSingleLeg' | 'alternate'; export declare function instanceOfStrengthExerciseVariantType(value: unknown): boolean; export declare function StrengthExerciseVariantTypeFromJSON(json: unknown): StrengthExerciseVariantType; export declare function StrengthExerciseVariantTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthExerciseVariantType; export declare function StrengthExerciseVariantTypeToJSON(value?: StrengthExerciseVariantType | null): StrengthExerciseVariantType | null | undefined;