type CreateProjectOptions = { name?: string; host?: string; port?: number; startMode?: boolean; skipAll?: boolean; }; export declare function startFastProject(projectDir: string): Promise; export declare function initProject(_installpath: string, options: CreateProjectOptions): Promise; export declare function installation(projectDir: string, options: CreateProjectOptions): Promise; export {}; //# sourceMappingURL=init-project.d.ts.map