import type { EntryProps } from 'contentful-management'; import type { SpaceConfig } from '../config/types.js'; import type { CdaAssetRecord } from '../contentful/cda-sync.js'; import type { SerializedEntry } from '../session/state.js'; import type { CatalogContentType } from './schema.js'; export declare function patchIndexFromSavedEntries(space: SpaceConfig, locale: string, savedEntryIds: string[], deletedEntryIds: string[], entries: Record): void; export declare function patchIndexFromCreatedEntries(space: SpaceConfig, locale: string, created: Array<{ contentType: CatalogContentType; entry: EntryProps; }>): void; export declare function patchIndexFromAssets(space: SpaceConfig, assets: CdaAssetRecord[]): void; //# sourceMappingURL=patch-index.d.ts.map