import type { PathSpec } from '../../../types.ts'; import type { MountRegistry } from '../../mount/registry.ts'; export declare function classifyBarePath(word: string, registry: MountRegistry, cwd: string): string | PathSpec; //# sourceMappingURL=path.d.ts.map