import { JsonPath } from '@stoplight/types'; export declare type ResolvedRef = { source: Source; location: JsonPath; value: unknown; };