declare function isValidDirectoryName(name: string): boolean | string; export { isValidDirectoryName };