// module exports export * from './smartpuppeteer.classes.smartpuppeteer'; export * from './smartpuppeteer.classes.incognitobrowser'; // direct exports import { puppeteer } from './smartpuppeteer.plugins'; export { puppeteer };