import { JwtEsImpl } from '../../../typedef/jwt/impl/JwtEsImpl'; export declare class JwtEsImplCodec { static encode(x: JwtEsImpl): any; static decode(o: any): JwtEsImpl; }