import type { Plugin } from 'mzinga/config'; import type { PluginConfig } from './types'; declare const nestedDocs: (pluginConfig: PluginConfig) => Plugin; export default nestedDocs; //# sourceMappingURL=index.d.ts.map