/**
* Captures an error that is thrown inside a Remix ErrorBoundary.
*
* @param error The error to capture.
* @returnsvoid
*/exportdeclarefunctioncaptureRemixErrorBoundaryError(error: unknown): string | undefined;
//# sourceMappingURL=errors.d.ts.map