
import { CopilotKitLowLevelError } from "@copilotkit/shared";

//#region src/service-adapters/shared/error-utils.d.ts
/**
 * Converts service adapter errors to structured CopilotKitError format using HTTP status codes.
 * This provides consistent error classification across all service adapters.
 */
declare function convertServiceAdapterError(error: any, adapterName: string): CopilotKitLowLevelError;
//#endregion
export { convertServiceAdapterError };
//# sourceMappingURL=error-utils.d.cts.map