import type { PathObject } from "./types.js"; export declare function parse(path: string): PathObject; export declare function format(pathObject: PathObject): string; //# sourceMappingURL=parse-format.d.ts.map