declare class Authorize {
    static BIZ_SYS_CREDIT: string;
    static BIZ_SYS_TRADE: string;
    static BIZ_SYS_OPTIONS: string;
    static OLD_SYS_OPTIONS: string;
    static SHUBI_SYS_OPTIONS: string;
    static BIZ_SYS_UNKNOWED: undefined;
    static LOGIN_MET_MOBILE: string;
    static LOGIN_MET_SMS: string;
    static LOGIN_MET_FUNDACCOUNT: string;
    private _token;
    set token(token: string);
    get token(): string;
    timestamp: number;
    /**
     * 判断是否是空对象
     * @param e
     * @returns {boolean}
     */
    static isEmptyObject(e: any): boolean;
}
export default Authorize;
