/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../../index"; import * as OctoAI from "../../../../api/index"; import * as core from "../../../../core"; export declare const TuneType: core.serialization.Schema; export declare namespace TuneType { type Raw = "lora_tune" | "text_to_speech_latent_tune" | "text_to_speech_rvc_tune" | "text_to_speech_tortoise_tune"; }