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