import { JsonPath } from '@stoplight/types';
export declare const pointerToPath: (pointer: string) => JsonPath;
