import type { AzureOpenAiError } from './error.js';
/**
 * Representation of the 'AzureOpenAiErrorResponse' schema.
 */
export type AzureOpenAiErrorResponse = {
    error?: AzureOpenAiError;
} & Record<string, any>;
//# sourceMappingURL=error-response.d.ts.map