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