import { FilePosition } from "@azure-tools/openapi-tools-common"; export declare const jsonPathToArray: (jsonPath: string) => string[]; export declare const jsonPathToPointer: (jsonPath: string) => string; export declare const getFilePositionFromJsonPath: (obj: any, jsonPath: string) => FilePosition | undefined; //# sourceMappingURL=jsonUtils.d.ts.map