//#region src/jsonPathToPathArray.d.ts type JSONPath = "$" | `$${"." | "["}${string}`; //#endregion export { JSONPath };