/** The aspect ratio of the output video. With `auto`, the model picks an aspect ratio based on the inputs. */ export declare const BytedanceSeedance2MiniRequestAspectRatio: { readonly Auto: "auto"; readonly TwentyOne9: "21:9"; readonly Sixteen9: "16:9"; readonly Four3: "4:3"; readonly One1: "1:1"; readonly Three4: "3:4"; readonly Nine16: "9:16"; }; export type BytedanceSeedance2MiniRequestAspectRatio = (typeof BytedanceSeedance2MiniRequestAspectRatio)[keyof typeof BytedanceSeedance2MiniRequestAspectRatio];