export declare const weBtoa: (string: string) => string; export declare const weAtob: (string: string) => string; export default function weappJwtDecode(token: string, options?: any): any;