import type { HydrationOptions } from 'react-dom/client';
export declare const onCaughtError: HydrationOptions['onCaughtError'];
export declare const onUncaughtError: HydrationOptions['onUncaughtError'];
