export type WorkspacePhase = "setup" | "operate" | "maintain"; export declare function detectWorkspacePhase(workspaceRoot: string): Promise; export declare function suggestCommandsForPhase(phase: WorkspacePhase): string[]; //# sourceMappingURL=detect-workspace-phase.d.ts.map