import JSONPointer from 'jsonpointer'; declare class JSONPointerLodash { static set(object: Object, dotPath: string, value: any): void; } export { JSONPointer, JSONPointerLodash };