import { SearchIndexes, StorageInterface } from './types'; export declare const persistExportDate: (storage: StorageInterface) => Promise; export declare const getExportDate: (storage: StorageInterface) => Promise; export declare const exportSearchIndexes: (storage: StorageInterface, searchIndexes: SearchIndexes) => Promise; export declare const importSearchIndexes: (storage: StorageInterface) => Promise;