declare function confirmProject(name: string, category: string, template: string, force: boolean): Promise; export { confirmProject };