/** * Default on-disk Loki path for the code index. * When CODE_AUDITOR_DATA_DIR is set, that directory is the storage root: * /index.db * Otherwise (default, project-local): /.code-index/index.db */ export declare function resolvePersistedIndexPath(): string; /** Directory that contains `index.db` (same logic as resolvePersistedIndexPath). */ export declare function getPersistedStorageRoot(): string; //# sourceMappingURL=dataPaths.d.ts.map