/** * Normalizes object paths for consistent traversal. * Optimized to avoid redundant regex calls via caching. */ export declare function normalizePath(path: string): string; /** * Splits a path into segments with caching. */ export declare function splitPath(path: string): string[]; //# sourceMappingURL=paths.d.ts.map