import type { ProjectOptions } from "@/types";
export declare const create: (projectDirectory: string, options: ProjectOptions) => Promise<void>;
