import type { CadenceConfig } from '@manehorizons/cadence-types'; import type { ConfigExplanation, ExplainContext } from './types.js'; /** * Turn a {@link CadenceConfig} plus an {@link ExplainContext} into a structured, * renderable {@link ConfigExplanation}. Pure — no I/O, no env, no clock — so the * same path serves the CLI and tests. External facts arrive via `ctx`. */ export declare function buildExplanation(config: CadenceConfig, ctx: ExplainContext): ConfigExplanation; //# sourceMappingURL=build.d.ts.map