/** The aspect ratio of the output image. With `auto`, the model picks an aspect ratio based on the inputs. */ export declare const Gemini31FlashImageRequestAspectRatio: { readonly Auto: "auto"; readonly One1: "1:1"; readonly Two3: "2:3"; readonly Three2: "3:2"; readonly Three4: "3:4"; readonly Four3: "4:3"; readonly Four5: "4:5"; readonly Five4: "5:4"; readonly Nine16: "9:16"; readonly Sixteen9: "16:9"; readonly TwentyOne9: "21:9"; readonly One4: "1:4"; readonly Four1: "4:1"; readonly One8: "1:8"; readonly Eight1: "8:1"; }; export type Gemini31FlashImageRequestAspectRatio = (typeof Gemini31FlashImageRequestAspectRatio)[keyof typeof Gemini31FlashImageRequestAspectRatio];