export declare function getKnownPathsFile(): string; export declare function readKnownPaths(): string[]; export declare function addKnownPath(path: string): void; export declare function removeKnownPath(path: string): void; //# sourceMappingURL=known-paths.d.ts.map