MsgUnsuspendContractResponse: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgUnsuspendContractResponse;
    encode(_: MsgUnsuspendContractResponse, writer?: BinaryWriter): BinaryWriter;
    fromAmino(_: MsgUnsuspendContractResponseAmino): MsgUnsuspendContractResponse;
    fromAminoMsg(object: MsgUnsuspendContractResponseAminoMsg): MsgUnsuspendContractResponse;
    fromPartial(_: {}): MsgUnsuspendContractResponse;
    fromProtoMsg(message: MsgUnsuspendContractResponseProtoMsg): MsgUnsuspendContractResponse;
    toAmino(_: MsgUnsuspendContractResponse): MsgUnsuspendContractResponseAmino;
    toProto(message: MsgUnsuspendContractResponse): Uint8Array;
    toProtoMsg(message: MsgUnsuspendContractResponse): MsgUnsuspendContractResponseProtoMsg;
}