import type { JsonPathQuery } from "./ast.ts"; export type { JsonPathQuery }; export default function (input: string): JsonPathQuery;