import { SessionReplayEventsManager as AmplitudeSessionReplayEventsManager, EventType, StoreType } from '../typings/session-replay'; import { SessionReplayJoinedConfig } from '../config/types'; import { PayloadBatcher } from '../track-destination'; export declare const createEventsManager: ({ config, minInterval, maxInterval, type, payloadBatcher, storeType, }: { config: SessionReplayJoinedConfig; type: Type; minInterval?: number | undefined; maxInterval?: number | undefined; payloadBatcher?: PayloadBatcher | undefined; storeType: StoreType; }) => Promise>; //# sourceMappingURL=events-manager.d.ts.map