declare function isValidPath(path?: string | null): boolean; export = isValidPath;