/** The quality of the output image. */ export declare const GptImage15RequestQuality: { readonly Low: "low"; readonly Medium: "medium"; readonly High: "high"; }; export type GptImage15RequestQuality = (typeof GptImage15RequestQuality)[keyof typeof GptImage15RequestQuality];