/** * Provides an async check for if we are equipped to use `npm` in the current root as fallback for package management * operations. * * @see {@link https://github.com/facebook/create-react-app/blob/7864ba3/packages/create-react-app/createReactApp.js#L826}. * @ignore */ export declare const canUseNpm: (root: string) => Promise; /** * 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