type PathType = "tools"; export declare function isValidPath(pathStr: string | undefined, type: PathType): string | undefined; export {};