import type { ContextManifest } from "./context-manifest-schema.js"; /** * Hashes only manifest structure that can change the currently selected * durable Context authority. Retrieval aliases and load guidance remain in * context.toml for future Agent routing but do not revise an active delivery. */ export declare function contextAuthorityTopologyHash(manifest: ContextManifest, selectedFiles: Iterable): string;