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