export type PeerCrossRef = Readonly>; /** Read a name-preserving peer cross-reference, failing soft to an empty map. */ export declare function readPeerCrossRef(dataDir: string, larkAppId: string): PeerCrossRef; /** Persist and immediately publish the new snapshot to readers in this process. */ export declare function writePeerCrossRef(dataDir: string, larkAppId: string, value: Readonly>): void; /** Test-only: isolate process-local cache state between cases. */ export declare function __resetPeerCrossRefCacheForTest(): void; //# sourceMappingURL=peer-cross-ref-store.d.ts.map