import { ErrorBoundaryContextType } from "./ErrorBoundaryContext.js";
export declare function assertErrorBoundaryContext(value: any): asserts value is ErrorBoundaryContextType;
