import { H as localH, HighlightOptions } from 'highlight.run'; export { ErrorBoundary, ErrorBoundaryProps, ErrorBoundaryState, } from '@highlight-run/react'; export { localH as H }; export interface Props extends HighlightOptions { excludedHostnames?: string[]; projectId?: string; } export declare function HighlightInit({ excludedHostnames, projectId, ...highlightOptions }: Props): null; //# sourceMappingURL=next-client.d.ts.map