export declare function loadInjectedPaths(sessionID: string): Set; export declare function saveInjectedPaths(sessionID: string, paths: Set): void; export declare function clearInjectedPaths(sessionID: string): void;