import { ErrorCategory, ErrorSeverity, RecoveryAction } from './error-context.js'; export declare function sanitizeDetails(details: Record): Record; export declare function inferCategory(errorName: string): ErrorCategory; export declare function inferSeverity(statusCode: number): ErrorSeverity; export declare function inferRecoverySuggestions(statusCode: number): RecoveryAction[]; export declare function httpToGrpcStatus(httpStatus: number): number; export declare function httpToMcpErrorCode(httpStatus: number): number; //# sourceMappingURL=serialization-helpers.d.ts.map