import { type FlatEvolveOptions } from '../types/index.js'; /** * The main entry to start evolve serve * @param projectCwd The Root directory (workspace) of this project. * @param evolveOptions FlatEvolveOptions */ export declare const prepareStatic: (projectCwd: string, evolveOptions: FlatEvolveOptions) => Promise;