/** * Builds a JSON path expression from a path. * * @param path - The path to build the expression from. */ export declare function buildJsonPath(path: ReadonlyArray): string; //# sourceMappingURL=json.d.ts.map