import { UserError } from "fastmcp"; //#region src/lib/errors.d.ts /** True when the error carries an HTTP 403, however it is shaped. */ declare const isForbiddenError: (error: unknown) => boolean; declare const handleApiError: (error: unknown) => string; //#endregion export { UserError, handleApiError, isForbiddenError }; //# sourceMappingURL=errors.d.ts.map