import React from 'react';
export declare function bailOnRootNotFound(): void;
export declare function DevRootHTTPAccessFallbackBoundary({ children, }: {
    children: React.ReactNode;
}): React.JSX.Element;
