/** * Initialize a project with several services */ export declare const initializeProject: (projectName: string, force: boolean) => Promise;