import type { PluginFetchCountAction } from '@magnetarjs/types';
import { FirestoreAdminPluginOptions } from '../CreatePlugin.js';
export declare function fetchCountActionFactory(firestorePluginOptions: Required<FirestoreAdminPluginOptions>): PluginFetchCountAction;
