import { IndexPath } from './indexPath.js'; import { KeyPath } from './types.js'; export declare function comparePathsByComponent(a: TPath, b: TPath): number; export declare function sortPaths(indexPaths: TPath[]): TPath[];