import type { SpaceConfig } from '../config/types.js'; /** Restores a local SQLite index from a shared cache blob when missing and not invalidated. */ export declare function tryHydrateIndexFromCache(space: SpaceConfig, preview?: boolean): Promise; //# sourceMappingURL=hydrate.d.ts.map