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