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