import * as Layer from "effect/Layer"; import type { Plan } from "../Plan.ts"; import { Cli } from "./Cli.ts"; /** Exported for unit tests — pure plan-preview rendering. */ export declare const formatPlanLines: (plan: Plan) => string[]; export declare const LoggingCli: Layer.Layer; //# sourceMappingURL=LoggingCli.d.ts.map