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