import { Process } from "../../common/process"; import { FirestoreBackfillOptions } from "./types"; export declare const firestoreProcessBackfillTrigger: (process: Process, options: FirestoreBackfillOptions) => () => Promise;