export declare function parse(url: string): { protocol: string; host: string; port: string; path: string; query: string; };