/** The aspect ratio of the output image. */ export declare const GptImage1RequestAspectRatio: { readonly One1: "1:1"; readonly Three2: "3:2"; readonly Two3: "2:3"; }; export type GptImage1RequestAspectRatio = (typeof GptImage1RequestAspectRatio)[keyof typeof GptImage1RequestAspectRatio];