import type { ProjectionQuery } from '../projection.js'; /** * A one-line gloss for a `ProjectionQuery`, for the reviewer to read back * before they decide whether to keep or discard it — not a restatement of * the wire shape, just the fields that actually narrowed something. Lives * in visual-app rather than `projection.ts`: this is chat-pill and * filter-panel display text, not a projection-evaluation concern. */ export declare function describeQuery(query: ProjectionQuery): string;