export declare const isArrayKey: RegExp; export declare function setIn(target: { [key: string]: any; }, value: any, depth: string[]): void;