/// import urlModule from 'url'; export declare const urlEncode: typeof encodeURIComponent; export declare const urlDecode: typeof decodeURIComponent; export declare const urlParse: typeof urlModule.parse; export declare const urlFormat: typeof urlModule.format; export declare const urlResolve: typeof urlModule.resolve;