import "./common/hack.js"; import NodeBundlr from "./node/index"; import WebBundlr from "./web/index"; declare class IndexBundlr extends NodeBundlr { static default: typeof IndexBundlr; static NodeBundlr: typeof NodeBundlr; static WebBundlr: typeof WebBundlr; } export = IndexBundlr;