declare function isInvalidPath(path: string): boolean | null; export { isInvalidPath };