import type { ScreenRecorderPlugin } from './definitions'; declare const ScreenRecorder: ScreenRecorderPlugin; export * from './definitions'; export { ScreenRecorder };