import type { ModelSlice } from "./slice.js"; /** * Compact stdout summary. `outputPath` is named so the truncation hint can * point the reader at the full side-channel file. */ export declare function summarizeSlice(slice: ModelSlice, outputPath: string): string; /** Full side-channel body: banner + every node's complete detail, nothing truncated. */ export declare function renderSliceMarkdown(slice: ModelSlice, banner: string): string; //# sourceMappingURL=summary.d.ts.map