import { Applog } from '../applog/datom-types.ts'; import { Thread } from '../thread/basic.ts'; import { ThreadInMemory } from '../thread/writeable.ts'; export interface DivergenceLeaf { log: Applog; thread: Thread; } export declare const queryDivergencesByPrev: (sourceThread: Thread) => { log: Applog; thread: ThreadInMemory; }[]; //# sourceMappingURL=divergences.d.ts.map