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