/*! * @package @coolgk/utils * @version 3.1.4 * @link https://github.com/coolgk/node-utils * @license MIT * @author Daniel Gong * * Copyright (c) 2017 Daniel Gong . All rights reserved. * Licensed under the MIT License. */ /*! * Copyright (c) 2017 Daniel Gong . All rights reserved. * Licensed under the MIT License. */ export declare function encode(data?: string): string; export declare function decode(data?: string): string; export declare function encodeUrl(data?: string): string; export declare function decodeUrl(data?: string): string;