export interface IJwtLib {
    decodeJwt(token: any): object;
}
