import type { ResolvedUnityBinding } from '../../core/unity/resolver.js'; export declare function readUnityOverlayBindings(storagePath: string, indexedCommit: string, symbolUid: string, resourcePaths: string[]): Promise>; export declare function upsertUnityOverlayBindings(storagePath: string, indexedCommit: string, symbolUid: string, byResourcePath: Map): Promise;