import type { CitationRef } from '../../citations/citation-links.js'; import type { ChatCitationsConfig, CitationMeta } from '../../citations/types.js'; /** * Metadata derived from the reference itself, so any `cite://` a scenario emits resolves * without a backend or a per-document fixture table. */ export declare function chatDebugCitationMeta(ref: CitationRef): CitationMeta; export declare function createChatDebugCitationsConfig(): ChatCitationsConfig;