import type { App } from '../types';
/**
 * Prepare files for development or build
 *
 * - page components
 * - routes
 * - site data
 * - other files that generated by plugins
 */
export declare const appPrepare: (app: App) => Promise<void>;
