import type { Context } from '../context.js'; import type { Phase, Plan } from '../types.js'; export declare const uiPhase: Phase; export declare function buildUiPlan(ctx: Context): Plan; export declare function isExampleOnlyUiPath(relativePath: string): boolean; //# sourceMappingURL=ui.d.ts.map