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