import { PathSpec } from '../../types.ts'; export declare function ensurePathSpec(path: PathSpec | string): PathSpec; export declare function parentPath(path: PathSpec | string): PathSpec; //# sourceMappingURL=_helpers.d.ts.map