import { StringDict } from "../../../../parsing/stringDict.js";
export declare class RagMetadata {
    /**
     * The UUID of the matched document used during the RAG operation.
     */
    retrievedDocumentId?: string;
    constructor(serverResponse: StringDict);
}
