export declare function trace(expr: string, val: unknown, path: string): IterableIterator<[string, T]>; export declare function normalize(expr: string): string; export declare function match(expr: string, path: string): boolean;