export declare function getUserInfo(token: string): Promise; export declare function aesEncrypt(data: any): string; export declare function aesDecrypt(content: string): any; export declare function getJsConfig(url: string): Promise; //# sourceMappingURL=service.d.ts.map