export { wiki, VERSION } from './better-wiki.js'; export * from './types.js'; export type { PluginName, PluginReturn, WikiPlugin } from './plugins/index.js'; export type { WikiAppearanceEntry, WikiAppearingSection, WikiStrContent, WikiComicCoverVariant, WikiCredits, WikiComic, WikiReleaseDate, WikiVolume, WikiCharacterHistorySection, WikiCharacter, } from './plugins/dc-fandom.js'; //# sourceMappingURL=index.d.ts.map