/** * @file - re-exports of exports for shared configuration */ export { default as default } from "./config.js"; export * as plugins from "./plugins/index.js"; //# sourceMappingURL=index.d.ts.map