import { GetLocationForJsonPath, IParserResult } from '@stoplight/types'; export interface IParser> { parse(input: string): R; getLocationForJsonPath: GetLocationForJsonPath; trapAccess = Record>(obj: T): T; }