/// /** * Returns an array of path segments. * If the path is a string, the array will be frozen in development mode. */ export declare const getPaths: ((path: string) => readonly string[]) & import("lodash").MemoizedFunction; /** * 获取父路径 */ export declare const getParentPath: ((path: string) => string) & import("lodash").MemoizedFunction; //# sourceMappingURL=path.d.ts.map