/** * Ported to TypeScript from https://github.com/final-form/final-form/blob/ad1997b70de21df336331da466523534b5bdb63c/src/structure/toPath.js * https://github.com/final-form/final-form/blob/ad1997b70de21df336331da466523534b5bdb63c/LICENSE * Copyright (c) 2017 Erik Rasmussen * Copyright JS Foundation and other contributors * Based on Underscore.js, copyright Jeremy Ashkenas, * * Structure Tester * https://8ypq7n41z0.codesandbox.io/ */ export declare const setIn: (state: {}, key: string, value: any) => any; //# sourceMappingURL=set-in.d.ts.map