import { StaticHandlerContext } from 'react-router'; /** * Serialize react router errors * @see https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/server.tsx#LL166C1-L188C2 * https://github.com/remix-run/react-router/blob/main/LICENSE.md */ declare function serializeErrors(errors: StaticHandlerContext['errors']): StaticHandlerContext['errors']; export { serializeErrors as default };