declare type KeyType = symbol | string | number;
export declare function equalPaths(path1: KeyType[], path2: KeyType[]): any;
export declare function relativePath(path1: KeyType[], path2: KeyType[]): (string | number | symbol)[];
export declare function getAbsolutePathByRelative(currentPath: KeyType[], relativePath: KeyType[]): (string | number | symbol)[];
export {};
