import { JsonPointer, JsonPath, JsonData } from "./types"; export declare function set(data: T, pointer: JsonPointer | JsonPath, value: any): T;