/**
 * Builds a JSON path expression from a path.
 *
 * @param path - The path to build the expression from.
 */
export declare function buildJsonPath(path: ReadonlyArray<number | string>): string;
