/** * 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"; import { LoraTune } from "./LoraTune"; import { TextToSpeechLatentTune } from "./TextToSpeechLatentTune"; export declare const TuneDetails: core.serialization.Schema; export declare namespace TuneDetails { type Raw = TuneDetails.LoraTune | TuneDetails.TextToSpeechLatentTune; interface LoraTune extends LoraTune.Raw { tune_type: "lora_tune"; } interface TextToSpeechLatentTune extends TextToSpeechLatentTune.Raw { tune_type: "text_to_speech_latent_tune"; } }