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