/** * 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 StrengthMachineLine: { readonly a250: "a250"; readonly a300: "a300"; readonly a350: "a350"; readonly infinity: "infinity"; readonly powerRack: "powerRack"; readonly a400: "a400"; readonly a500: "a500"; }; export type StrengthMachineLine = 'a250' | 'a300' | 'a350' | 'infinity' | 'powerRack' | 'a400' | 'a500'; export declare function instanceOfStrengthMachineLine(value: unknown): boolean; export declare function StrengthMachineLineFromJSON(json: unknown): StrengthMachineLine; export declare function StrengthMachineLineFromJSONTyped(json: unknown, ignoreDiscriminator: boolean): StrengthMachineLine; export declare function StrengthMachineLineToJSON(value?: StrengthMachineLine | null): StrengthMachineLine | null | undefined;