export * from '@sentry/react';
export { init } from './sdk';
export { captureRemixErrorBoundaryError } from './errors';
export { withSentry } from './performance';
export { browserTracingIntegration } from './browserTracingIntegration';
/**
 *
 */
export declare function captureRemixServerException(err: unknown, name: string, request: Request): Promise<void>;
//# sourceMappingURL=index.d.ts.map