/** * This file was auto-generated by Fern from our API Definition. */ export type RenderType = "mp4" | "aac" | "mp3" | "wav" | "aaf" | "tracks_zip" | "clips_zip"; export declare const RenderType: { readonly Mp4: "mp4"; readonly Aac: "aac"; readonly Mp3: "mp3"; readonly Wav: "wav"; readonly Aaf: "aaf"; readonly TracksZip: "tracks_zip"; readonly ClipsZip: "clips_zip"; };