import * as nitropack from "nitropack"; //#region src/nitro/errorHandler.d.ts /** * Custom Nitro error handler that properly serializes MxllogError. * This ensures that 'data' (containing 'why', 'fix', 'link') is preserved * in the JSON response regardless of the underlying HTTP framework. * * For non-MxllogError, it preserves Nitro's default response shape while * sanitizing internal error details in production for 5xx errors. */ declare const _default: nitropack.NitroErrorHandler; //#endregion export { _default as default }; //# sourceMappingURL=errorHandler.d.mts.map