export declare function nodes(obj: any, pathExpression: string): any;
export declare function stringify(path: string[]): string;
