import { Dictionary } from '@stoplight/types';
export declare function resolveInlineRef(document: Dictionary<unknown>, ref: string): unknown;
