import { type Path } from '@jsonjoy.com/json-pointer';
export declare const bumpArrayPath: (path1: Path, path2: Path) => undefined | Path;
export declare const lowerArrayPath: (path1: Path, path2: Path) => undefined | Path;
