import type { PluginFetchAggregateAction } from '@magnetarjs/types';
import { FirestorePluginOptions } from '../CreatePlugin.js';
export declare function fetchAggregateActionFactory(kind: 'sum' | 'average', firestorePluginOptions: Required<FirestorePluginOptions>): PluginFetchAggregateAction;