import type { ProjectInfo } from '../types.js'; export declare function projectsStep(): Promise<{ paths: string[]; selected: ProjectInfo[]; }>;