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