/** * Clones the data objects that pass through. */ export default class CloneTransform extends Transform { constructor(); /** * Signals that a new batch of data will be propagated. * * @param {import("../../types/flowBatch.js").FlowBatch} [flowBatch] */ beginBatch: (flowBatch?: import("../../types/flowBatch.js").FlowBatch) => void; #private; } import Transform from "./transform.js"; //# sourceMappingURL=clone.d.ts.map