/** * Story 3.6 — filtered static export (reuses renderView leaf). */ import type { SutraGraph } from "../types.js"; import type { ViewFilterState } from "./viewState.js"; /** Render static HTML for a filtered subset of features. */ export declare function renderFilteredView(graph: SutraGraph, state: ViewFilterState): string;