export declare const traverse: (target: Record<any, any>, path: Array<string>) => any;
