import { type JsonPointerExactBudget, type JsonPointerExactLocator, type JsonPointerExactObservation } from "./long-task-json-pointer-observation.js"; export declare function extractJsonPointerExactObservation(input: { root: string; artifact_path: string; locator: JsonPointerExactLocator; sensitivity: string; budget?: JsonPointerExactBudget; }): Promise;