MsgSubmitProposalResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgSubmitProposalResponse;
    encode(message: MsgSubmitProposalResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgSubmitProposalResponseAmino): MsgSubmitProposalResponse;
    fromAminoMsg(object: MsgSubmitProposalResponseAminoMsg): MsgSubmitProposalResponse;
    fromPartial(object: {
        proposalId?: bigint;
    }): MsgSubmitProposalResponse;
    fromProtoMsg(message: MsgSubmitProposalResponseProtoMsg): MsgSubmitProposalResponse;
    toAmino(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseAmino;
    toAminoMsg(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseAminoMsg;
    toProto(message: MsgSubmitProposalResponse): Uint8Array;
    toProtoMsg(message: MsgSubmitProposalResponse): MsgSubmitProposalResponseProtoMsg;
}