import type { AnyType } from './types'; /** access an object node by dot not path */ export declare function accessByPath(obj: AnyType, path: string): any;