export type Path = ReturnType; export declare function Path(path: string): { fullPath: string; directory: any; fileName: any; fileStem: any; extension: any; pathStem: any; }; export declare namespace Path { const fileStem: (path: string) => any; }