export declare function pathBreakdown(path: string): { dirpath: string; filename: string; };