/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the speaker separation. */ export type SpeakerSeparationResponseModelStatus = "not_started" | "pending" | "completed" | "failed"; export declare const SpeakerSeparationResponseModelStatus: { readonly NotStarted: "not_started"; readonly Pending: "pending"; readonly Completed: "completed"; readonly Failed: "failed"; };