import type { MemoryScopeRef, MemoryTruthRow } from './types.js'; export declare function projectMemoryTruth(row: MemoryTruthRow): Promise; export declare function queryTruthByTopic(topic: string, options?: { includeHistory?: boolean; }): Promise; export declare function queryRelevantTruth(params: { query: string; scopes: MemoryScopeRef[]; includeHistory?: boolean; }): Promise; //# sourceMappingURL=truth-store.d.ts.map