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