declare function decode(str: string): string;
declare const _default: {
    decode: typeof decode;
};
export default _default;
