/** The background of the output image. With `auto`, the model picks the background that suits the image. */ export declare const GptImage1RequestBackground: { readonly Transparent: "transparent"; readonly Opaque: "opaque"; readonly Auto: "auto"; }; export type GptImage1RequestBackground = (typeof GptImage1RequestBackground)[keyof typeof GptImage1RequestBackground];