import type { PluginInstance, PluginOptions } from '../types.js'; import type { ContentProvider } from '../../content/content-provider.js'; export declare function configParserPlugin({ setGlobalConfig, outdir }: PluginOptions, contentProvider: ContentProvider): Promise; //# sourceMappingURL=index.d.ts.map