declare type Return = Readonly<{ absolute: string; relative: string; hash: string; }>; declare function parseFilePath(file: string): Return; export { parseFilePath }; //# sourceMappingURL=parse-file-path.d.ts.map