import type { ProjectConfig } from "../../types.js";
export declare function createProject(options: ProjectConfig): Promise<any>;
