export declare const createAccessToPathProxy: <T>(onNewPath: (path: Array<string>) => string) => T;
