import { F as FeedbackApi } from './types-CfSqqfkw.js'; import './types-CRbb2Pp0.js'; interface ReplayOptions { durationMs?: number; maskAllText?: boolean; maskAllInputs?: boolean; maskTextSelector?: string; blockSelector?: string; } declare function withReplay(fb: FeedbackApi, options?: ReplayOptions): FeedbackApi; export { type ReplayOptions, withReplay };