/** * Error handler — catches Ido4Error subtypes and maps to error responses. * * Used as an inline wrapper inside tool handlers, not as a function wrapper, * to preserve the SDK's typed callback signatures. */ export declare function handleErrors(fn: () => Promise): Promise; //# sourceMappingURL=error-handler.d.ts.map