/** * Parses the base64 encoded string and returns the utf-8 encoded string * @param {string} val The base64 encoded value * @returns {string} The utf8 encoded value */ declare const _default: (val: string) => string; export default _default;