/** * Creates a project with the given name in the specified current working directory. * @ignore */ export declare const createProject: (packageName: string, bare: boolean, cwd?: string) => Promise; //# sourceMappingURL=utils.d.ts.map