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