MsgCreateValidatorResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgCreateValidatorResponse;
    encode(_: MsgCreateValidatorResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgCreateValidatorResponseAmino): MsgCreateValidatorResponse;
    fromAminoMsg(object: MsgCreateValidatorResponseAminoMsg): MsgCreateValidatorResponse;
    fromPartial(_: {}): MsgCreateValidatorResponse;
    fromProtoMsg(message: MsgCreateValidatorResponseProtoMsg): MsgCreateValidatorResponse;
    toAmino(_: MsgCreateValidatorResponse): MsgCreateValidatorResponseAmino;
    toAminoMsg(message: MsgCreateValidatorResponse): MsgCreateValidatorResponseAminoMsg;
    toProto(message: MsgCreateValidatorResponse): Uint8Array;
    toProtoMsg(message: MsgCreateValidatorResponse): MsgCreateValidatorResponseProtoMsg;
}