import type { IdObject } from "../../resources"; import * as Batch from "./batch"; export declare const process: ; }, O extends Batch.Output<{ assignment: {}; properties: { name: string; type: string; }; entry: IdObject; result: { name: string; type: string; }; }>>(options: { project: IdObject<"projects">; assignments: { [collectionName: string]: I[]; }; }) => Generator; assignments: { [collectionName: string]: (I & O)[]; }; }, any>;