export declare type PathElement = string | number; export declare type Path = PathElement[];