import type { SpaceConfig } from '../config/types.js'; import type { SyncIndexResult } from './sync.js'; /** Uploads the local SQLite index to the shared cache after a successful sync. */ export declare function publishIndexCache(space: SpaceConfig, preview: boolean | undefined, result: SyncIndexResult): Promise; //# sourceMappingURL=publish-cache.d.ts.map