export declare function generateProjectFiles(toolPath: string, options?: { interactive?: boolean; dryRun?: boolean; overwrite?: boolean; }): Promise;