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