import type { PathWhereIdentifier, PluginFetchAggregateAction } from '@magnetarjs/types'; import { SimpleStoreOptions } from '../CreatePlugin.js'; export declare function fetchAggregateActionFactory(pathAggregateDic: { [collectionPath in PathWhereIdentifier]?: { [key in string]: number | { [key in string]: unknown; }; }; }, simpleStoreOptions: SimpleStoreOptions): PluginFetchAggregateAction;