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