import { GetLocationForJsonPath } from '@stoplight/types';
import { JsonParserResult } from './types';
export declare const getLocationForJsonPath: GetLocationForJsonPath<JsonParserResult<unknown>>;
