import { WooCommerceApiError } from "../types/index.js"; export interface NormalizedRequestContext { endpoint: string; } export declare function normalizeAxiosError(error: unknown, context: NormalizedRequestContext): WooCommerceApiError; //# sourceMappingURL=ErrorNormalizer.d.ts.map