/** * Resolves the data point specified by the JSON-Pointer. */ export declare function resolvePointer(pointer: string, data: unknown): any;