/** * This file was auto-generated by Fern from our API Definition. */ export type Kind = "ingest" | "video" | "image" | "audio" | "chapters" | "subtitles" | "thumbnails" | "nsfw" | "speech" | "description" | "outline" | "prompt" | "workflow" | "conditions" | "http"; export declare const Kind: { readonly Ingest: "ingest"; readonly Video: "video"; readonly Image: "image"; readonly Audio: "audio"; readonly Chapters: "chapters"; readonly Subtitles: "subtitles"; readonly Thumbnails: "thumbnails"; readonly Nsfw: "nsfw"; readonly Speech: "speech"; readonly Description: "description"; readonly Outline: "outline"; readonly Prompt: "prompt"; readonly Workflow: "workflow"; readonly Conditions: "conditions"; readonly Http: "http"; };