import { z } from 'zod'; export declare const GenerateMusicSchema: z.ZodObject<{ model: z.ZodEnum<[string, ...string[]]>; negativeTags: z.ZodOptional; vocalGender: z.ZodOptional>; styleWeight: z.ZodOptional; weirdnessConstraint: z.ZodOptional; audioWeight: z.ZodOptional; personaId: z.ZodOptional; personaModel: z.ZodOptional>; callBackUrl: z.ZodOptional; prompt: z.ZodOptional; customMode: z.ZodBoolean; instrumental: z.ZodBoolean; style: z.ZodOptional; title: z.ZodOptional; }, "strict", z.ZodTypeAny, { customMode: boolean; instrumental: boolean; model: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; }, { customMode: boolean; instrumental: boolean; model: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; }>; export declare const GenerateLyricsSchema: z.ZodObject<{ prompt: z.ZodString; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { prompt: string; callBackUrl?: string | undefined; }, { prompt: string; callBackUrl?: string | undefined; }>; export declare const GenerateSoundsSchema: z.ZodObject<{ prompt: z.ZodString; model: z.ZodEnum<[string, ...string[]]>; soundLoop: z.ZodOptional; soundTempo: z.ZodOptional; soundKey: z.ZodOptional>; grabLyrics: z.ZodOptional; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { prompt: string; model: string; callBackUrl?: string | undefined; soundLoop?: boolean | undefined; soundTempo?: number | undefined; soundKey?: "Any" | "Cm" | "C#m" | "Dm" | "D#m" | "Em" | "Fm" | "F#m" | "Gm" | "G#m" | "Am" | "A#m" | "Bm" | "C" | "C#" | "D" | "D#" | "E" | "F" | "F#" | "G" | "G#" | "A" | "A#" | "B" | undefined; grabLyrics?: boolean | undefined; }, { prompt: string; model: string; callBackUrl?: string | undefined; soundLoop?: boolean | undefined; soundTempo?: number | undefined; soundKey?: "Any" | "Cm" | "C#m" | "Dm" | "D#m" | "Em" | "Fm" | "F#m" | "Gm" | "G#m" | "Am" | "A#m" | "Bm" | "C" | "C#" | "D" | "D#" | "E" | "F" | "F#" | "G" | "G#" | "A" | "A#" | "B" | undefined; grabLyrics?: boolean | undefined; }>; export declare const ExtendMusicSchema: z.ZodObject<{ audioId: z.ZodString; defaultParamFlag: z.ZodBoolean; prompt: z.ZodOptional; style: z.ZodOptional; title: z.ZodOptional; continueAt: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; negativeTags: z.ZodOptional; vocalGender: z.ZodOptional>; styleWeight: z.ZodOptional; weirdnessConstraint: z.ZodOptional; audioWeight: z.ZodOptional; personaId: z.ZodOptional; personaModel: z.ZodOptional>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { model: string; audioId: string; defaultParamFlag: boolean; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; continueAt?: number | undefined; }, { model: string; audioId: string; defaultParamFlag: boolean; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; continueAt?: number | undefined; }>; export declare const ReplaceSectionSchema: z.ZodObject<{ audioId: z.ZodString; prompt: z.ZodString; replaceAudioUrl: z.ZodOptional; start: z.ZodNumber; end: z.ZodNumber; customMode: z.ZodOptional; style: z.ZodOptional; title: z.ZodOptional; instrumental: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { prompt: string; model: string; audioId: string; start: number; end: number; customMode?: boolean | undefined; instrumental?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; replaceAudioUrl?: string | undefined; }, { prompt: string; model: string; audioId: string; start: number; end: number; customMode?: boolean | undefined; instrumental?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; replaceAudioUrl?: string | undefined; }>; export declare const AddVocalsSchema: z.ZodObject<{ audioId: z.ZodString; prompt: z.ZodOptional; customMode: z.ZodOptional; style: z.ZodOptional; title: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { model: string; audioId: string; prompt?: string | undefined; customMode?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; }, { model: string; audioId: string; prompt?: string | undefined; customMode?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; }>; export declare const AddInstrumentalSchema: z.ZodObject<{ audioId: z.ZodString; prompt: z.ZodOptional; customMode: z.ZodOptional; style: z.ZodOptional; title: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { model: string; audioId: string; prompt?: string | undefined; customMode?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; }, { model: string; audioId: string; prompt?: string | undefined; customMode?: boolean | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; }>; export declare const UploadAndCoverSchema: z.ZodObject<{ uploadUrl: z.ZodString; prompt: z.ZodOptional; customMode: z.ZodBoolean; instrumental: z.ZodBoolean; style: z.ZodOptional; title: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; negativeTags: z.ZodOptional; vocalGender: z.ZodOptional>; styleWeight: z.ZodOptional; weirdnessConstraint: z.ZodOptional; audioWeight: z.ZodOptional; personaId: z.ZodOptional; personaModel: z.ZodOptional>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { customMode: boolean; instrumental: boolean; model: string; uploadUrl: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; }, { customMode: boolean; instrumental: boolean; model: string; uploadUrl: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; personaId?: string | undefined; personaModel?: "style_persona" | "voice_persona" | undefined; callBackUrl?: string | undefined; }>; export declare const UploadAndExtendSchema: z.ZodObject<{ uploadUrl: z.ZodString; defaultParamFlag: z.ZodBoolean; prompt: z.ZodOptional; style: z.ZodOptional; title: z.ZodOptional; continueAt: z.ZodOptional; model: z.ZodEnum<[string, ...string[]]>; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { model: string; defaultParamFlag: boolean; uploadUrl: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; continueAt?: number | undefined; }, { model: string; defaultParamFlag: boolean; uploadUrl: string; prompt?: string | undefined; style?: string | undefined; title?: string | undefined; callBackUrl?: string | undefined; continueAt?: number | undefined; }>; export declare const SeparateVocalsSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; callBackUrl?: string | undefined; }, { audioId: string; taskId: string; callBackUrl?: string | undefined; }>; export declare const SeparateStemsSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; callBackUrl?: string | undefined; }, { audioId: string; taskId: string; callBackUrl?: string | undefined; }>; export declare const CreateVideoSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; author: z.ZodOptional; domainName: z.ZodOptional; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; callBackUrl?: string | undefined; author?: string | undefined; domainName?: string | undefined; }, { audioId: string; taskId: string; callBackUrl?: string | undefined; author?: string | undefined; domainName?: string | undefined; }>; export declare const CreateCoverSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; callBackUrl?: string | undefined; }, { audioId: string; taskId: string; callBackUrl?: string | undefined; }>; export declare const ConvertToWavSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; callBackUrl?: string | undefined; }, { audioId: string; taskId: string; callBackUrl?: string | undefined; }>; export declare const BoostStyleSchema: z.ZodObject<{ content: z.ZodString; }, "strict", z.ZodTypeAny, { content: string; }, { content: string; }>; export declare const GeneratePersonaSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; }, { audioId: string; taskId: string; }>; export declare const GenerateMashupSchema: z.ZodObject<{ uploadUrlList: z.ZodArray; customMode: z.ZodBoolean; instrumental: z.ZodOptional; prompt: z.ZodString; style: z.ZodOptional; title: z.ZodOptional; model: z.ZodEnum<["V4", "V4_5", "V4_5PLUS", "V4_5ALL", "V5"]>; negativeTags: z.ZodOptional; vocalGender: z.ZodOptional>; styleWeight: z.ZodOptional; weirdnessConstraint: z.ZodOptional; audioWeight: z.ZodOptional; callBackUrl: z.ZodOptional; }, "strict", z.ZodTypeAny, { prompt: string; customMode: boolean; model: "V4" | "V4_5" | "V4_5PLUS" | "V4_5ALL" | "V5"; uploadUrlList: string[]; instrumental?: boolean | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; callBackUrl?: string | undefined; }, { prompt: string; customMode: boolean; model: "V4" | "V4_5" | "V4_5PLUS" | "V4_5ALL" | "V5"; uploadUrlList: string[]; instrumental?: boolean | undefined; style?: string | undefined; title?: string | undefined; negativeTags?: string | undefined; vocalGender?: "m" | "f" | undefined; styleWeight?: number | undefined; weirdnessConstraint?: number | undefined; audioWeight?: number | undefined; callBackUrl?: string | undefined; }>; export declare const GetTaskStatusSchema: z.ZodObject<{ taskId: z.ZodString; }, "strict", z.ZodTypeAny, { taskId: string; }, { taskId: string; }>; export declare const GetTimestampedLyricsSchema: z.ZodObject<{ taskId: z.ZodString; audioId: z.ZodString; }, "strict", z.ZodTypeAny, { audioId: string; taskId: string; }, { audioId: string; taskId: string; }>; export declare const GetLyricsDetailsSchema: z.ZodObject<{ taskId: z.ZodString; }, "strict", z.ZodTypeAny, { taskId: string; }, { taskId: string; }>; export declare const GetWavDetailsSchema: z.ZodObject<{ taskId: z.ZodString; }, "strict", z.ZodTypeAny, { taskId: string; }, { taskId: string; }>; export declare const GetVocalSeparationDetailsSchema: z.ZodObject<{ taskId: z.ZodString; }, "strict", z.ZodTypeAny, { taskId: string; }, { taskId: string; }>; export declare const GetVideoDetailsSchema: z.ZodObject<{ taskId: z.ZodString; }, "strict", z.ZodTypeAny, { taskId: string; }, { taskId: string; }>; export declare const GetCreditsSchema: z.ZodObject<{}, "strict", z.ZodTypeAny, {}, {}>; export type GenerateMusicInput = z.infer; export type GenerateLyricsInput = z.infer; export type GenerateSoundsInput = z.infer; export type ExtendMusicInput = z.infer; export type ReplaceSectionInput = z.infer; export type AddVocalsInput = z.infer; export type AddInstrumentalInput = z.infer; export type UploadAndCoverInput = z.infer; export type UploadAndExtendInput = z.infer; export type SeparateVocalsInput = z.infer; export type SeparateStemsInput = z.infer; export type CreateVideoInput = z.infer; export type CreateCoverInput = z.infer; export type ConvertToWavInput = z.infer; export type BoostStyleInput = z.infer; export type GeneratePersonaInput = z.infer; export type GenerateMashupInput = z.infer; export type GetTaskStatusInput = z.infer; export type GetTimestampedLyricsInput = z.infer; export type GetLyricsDetailsInput = z.infer; export type GetWavDetailsInput = z.infer; export type GetVocalSeparationDetailsInput = z.infer; export type GetVideoDetailsInput = z.infer; //# sourceMappingURL=schemas.d.ts.map