import type { Path } from '@jsonjoy.com/json-pointer';
export declare const comparePath: (a: Path, b: Path) => number;
