/** * 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 Scheduler: core.serialization.Schema; export declare namespace Scheduler { type Raw = "PNDM" | "LMS" | "KLMS" | "DDIM" | "DDPM" | "HEUN" | "K_HEUN" | "K_EULER" | "K_EULER_ANCESTRAL" | "DPM_SOLVER_MULTISTEP" | "DPM_PLUS_PLUS_2M_KARRAS" | "DPM_PLUS_PLUS_2M_SDE" | "DPM_PLUS_PLUS_2M_SDE_KARRAS" | "DPM_SINGLE" | "DPM_2" | "DPM_2_KARRAS" | "DPM_2_ANCESTRAL" | "DPM_2_ANCESTRAL_KARRAS" | "DPM_PLUS_PLUS_SDE_KARRAS" | "UNI_PC" | "LCM"; }