/**
 * The format in which the generated images are returned.
 * Default: "url".
 */
export type AzureOpenAiImagesResponseFormat = 'url' | 'b64_json';
//# sourceMappingURL=images-response-format.d.ts.map