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