import { Jwt } from '../../typedef/jwt/Jwt';
export declare class JwtCodec {
    static decode(o: any): Jwt;
    static encode(jwt: Jwt): any;
}
