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