/**
 * The quality of the image that will be generated.
 * Default: "standard".
 */
export type AzureOpenAiImageQuality = 'standard' | 'hd';
//# sourceMappingURL=image-quality.d.ts.map