import type { ProjectConfig } from './types.js'; export declare function generateProject(config: ProjectConfig, skipInstall: boolean): Promise;