export declare const splitPathAndReverse: (p: string | undefined) => string[] | undefined; export declare const isSubPath: (mainPath: readonly string[] | undefined, subPath: readonly string[] | undefined) => boolean; //# sourceMappingURL=path.d.ts.map