/** * 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 ExerciseAliasType: { readonly cardio: "cardio"; readonly strength: "strength"; readonly stretch: "stretch"; }; export type ExerciseAliasType = 'cardio' | 'strength' | 'stretch'; export declare function instanceOfExerciseAliasType(value: unknown): boolean; export declare function ExerciseAliasTypeFromJSON(json: unknown): ExerciseAliasType; export declare function ExerciseAliasTypeFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): ExerciseAliasType; export declare function ExerciseAliasTypeToJSON(value?: ExerciseAliasType | null): ExerciseAliasType | null | undefined;