import { ArbitraryObject } from './types';
export declare function getNodeByPath(root: ArbitraryObject, path: string, separator?: string): any;
