import type { QueryPath } from '../types.js';
export declare function stringifyQueryPath(queryPath: QueryPath): string;
