export declare const setIn: (input: Readonly | undefined, [key, ...rest]: readonly (string | number)[], value: any) => any;