import { Root } from 'hast'; import { Plugin } from './lib/index.js'; declare const rehypeTwoslashPopup: Plugin<[], Root>; export { rehypeTwoslashPopup };