export interface IPathObject { dir: string; base: string; ext: string; name: string; root: string; } //# sourceMappingURL=IPathObject.d.ts.map