declare const _exports: {
    encode: typeof encodeURIComponent;
    decode: typeof decodeURIComponent;
};
export = _exports;
//# sourceMappingURL=url.d.ts.map