export declare const normalizePath: (url: any) => any; export declare const splitUrl: (_url: any) => { path: null; query: null; fragment: null; };