import type { SpaceConfig } from '../config/types.js'; export interface IndexCacheKey { spaceId: string; environment: string; preview: boolean; } export declare function indexCacheKeyFromSpace(space: SpaceConfig, preview?: boolean): IndexCacheKey; export declare function indexCacheKeySuffix(key: IndexCacheKey): string; //# sourceMappingURL=cache-keys.d.ts.map