import { MsgUnjail } from './MsgUnjail';
export * from './MsgUnjail';
export declare type SlashingMsg = MsgUnjail;
export declare namespace SlashingMsg {
    type Amino = MsgUnjail.Amino;
    type Data = MsgUnjail.Data;
    type Proto = MsgUnjail.Proto;
}
