import type { ProjectOptions, ProjectResult } from "@/types";
export declare function createProject(projectDirectory: string, options: ProjectOptions): Promise<ProjectResult | null>;
