import type { ProjectOptions } from "@/types";
export declare function scaffoldTemplate(options: Required<ProjectOptions>): Promise<boolean>;
