import type { LoadContext, Plugin } from '@docusaurus/types'; import type { DocusaurusPluginTypeDocApiOptions, LoadedContent } from './types'; export default function typedocApiPlugin(context: LoadContext, pluginOptions: DocusaurusPluginTypeDocApiOptions): Plugin; //# sourceMappingURL=index.d.ts.map