import { Chain } from '../api/Chain'; import type { Step } from '../api/Step'; declare const sRunOnPatchedFileInput: (files: File[], step: Step) => Step; declare const cRunOnPatchedFileInput: (files: File[], chain: Chain) => Chain; declare const pRunOnPatchedFileInput: (files: File[], action: () => Promise) => Promise; export { sRunOnPatchedFileInput, cRunOnPatchedFileInput, pRunOnPatchedFileInput }; //# sourceMappingURL=PatchInputFiles.d.ts.map