import { PathParse } from "../../types/index.js"; /** * gets all kinds of information that can be inferred from any path (file or folder). */ export declare const getPathParse: (absolutePath: string) => PathParse | undefined; //# sourceMappingURL=getPathParse.d.ts.map