export declare function parseNodePath(path: string): string[]; export declare function setNodeValueByParts(items: any[], parts: string[], value: any): boolean;