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