export declare function splitPathAndFileNameFromUrl(fullPath: string): { file: string; path: string; };