import type { PathWhereIdentifier, PluginFetchCountAction } from '@magnetarjs/types';
import { SimpleStoreOptions } from '../CreatePlugin.js';
export declare function fetchCountActionFactory(pathCountDic: {
    [collectionPath in PathWhereIdentifier]?: number;
}, simpleStoreOptions: SimpleStoreOptions): PluginFetchCountAction;
