import type rrwebPlayer from 'rrweb-player'; import type { RRwebPlayerOptions, } from 'rrweb-player'; import type TesterController from './tester'; export { TesterController, rrwebPlayer as PlayerType, RRwebPlayerOptions }