/**
 * The size of the generated images.
 * Default: "1024x1024".
 */
export type AzureOpenAiImageSize = '1792x1024' | '1024x1792' | '1024x1024';
//# sourceMappingURL=image-size.d.ts.map