MsgVoteWeightedResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgVoteWeightedResponse;
    encode(_: MsgVoteWeightedResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgVoteWeightedResponseAmino): MsgVoteWeightedResponse;
    fromAminoMsg(object: MsgVoteWeightedResponseAminoMsg): MsgVoteWeightedResponse;
    fromPartial(_: {}): MsgVoteWeightedResponse;
    fromProtoMsg(message: MsgVoteWeightedResponseProtoMsg): MsgVoteWeightedResponse;
    toAmino(_: MsgVoteWeightedResponse): MsgVoteWeightedResponseAmino;
    toAminoMsg(message: MsgVoteWeightedResponse): MsgVoteWeightedResponseAminoMsg;
    toProto(message: MsgVoteWeightedResponse): Uint8Array;
    toProtoMsg(message: MsgVoteWeightedResponse): MsgVoteWeightedResponseProtoMsg;
}