import type { Event, EventHint } from '@sentry/types';
/**
* Returns true if we think the given event is an error originating inside of rrweb.
*/
export declare function isRrwebError(event: Event, hint: EventHint): boolean;
//# sourceMappingURL=isRrwebError.d.ts.map