import { Plugin } from 'esbuild'; declare const shimPlugin: () => Plugin; export { shimPlugin as default, shimPlugin };