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