import type { RawInput, SimpleInput } from "./types.js";
/**
 * create a simple clone from the input used for storage of firstInput and firstMultiple
 */
export declare function simpleCloneInputData(input: RawInput): SimpleInput;
//# sourceMappingURL=simple-clone-input-data.d.ts.map