import type { App } from 'vuepress'; import type { PrismjsPluginOptions } from './options.js'; export declare const prepareConfigFile: (app: App, { theme, themes, lineNumbers, notationDiff, notationErrorLevel, notationFocus, notationHighlight, notationWordHighlight, whitespace, }: PrismjsPluginOptions) => Promise;