import type { App } from 'vuepress/core'; import type { ThemeData } from '../shared/index.js'; export declare const prepareThemeData: (app: App, themeData: ThemeData) => Promise;