import type { ScreenshotPlugin } from './definitions'; declare const Screenshot: ScreenshotPlugin; export * from './definitions'; export { Screenshot };