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