import type { Project, ProjectOptions } from "./project.js";
export declare function createProject(options: ProjectOptions): Promise<Project>;
