export declare class ValuePointer { static Get(data: Record, path: string | Iterable): any; static Set(data: Record, path: string | string[], value: any): void; }