export declare function getIn(target: { [key: string]: any; }, depth: string[]): { [key: string]: any; } | undefined;