import type { PropertyNode, ValueNode } from 'json-to-ast'; export declare function getJsonPointer(obj: object, pointer: string[]): any; export declare function getAstForJsonPointer(ast: ValueNode, pointer: string[]): { value: ValueNode; property?: PropertyNode; }; //# sourceMappingURL=pointerUtils.d.ts.map