import type { PluginFetchAction } from '@magnetarjs/types'; import { SimpleStoreOptions } from '../CreatePlugin.js'; export declare function fetchActionFactory(data: { [collectionPath: string]: Map; }, exists: { [docPath: string]: undefined | 'error' | boolean; }, simpleStoreOptions: SimpleStoreOptions): PluginFetchAction;