import type { PromiseAny } from "../../types"; export declare function createProject(location: string): PromiseAny;