/** * 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 CardioExerciseVariantType: { readonly normal: "normal"; }; export type CardioExerciseVariantType = 'normal'; export declare function instanceOfCardioExerciseVariantType(value: unknown): boolean; export declare function CardioExerciseVariantTypeFromJSON(json: unknown): CardioExerciseVariantType; export declare function CardioExerciseVariantTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): CardioExerciseVariantType; export declare function CardioExerciseVariantTypeToJSON(value?: CardioExerciseVariantType | null): CardioExerciseVariantType | null | undefined;