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