import type { IProject, IProjectCluster } from '../../domain'; export declare class ProjectReader { static listProjects(): PromiseLike; static getProjectConfig(projectName: string): PromiseLike; static getProjectClusters(projectName: string): PromiseLike; }