MsgUnsuspendContract: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): MsgUnsuspendContract;
    encode(message: MsgUnsuspendContract, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: MsgUnsuspendContractAmino): MsgUnsuspendContract;
    fromAminoMsg(object: MsgUnsuspendContractAminoMsg): MsgUnsuspendContract;
    fromPartial(object: {
        contractAddr?: string;
        creator?: string;
    }): MsgUnsuspendContract;
    fromProtoMsg(message: MsgUnsuspendContractProtoMsg): MsgUnsuspendContract;
    toAmino(message: MsgUnsuspendContract): MsgUnsuspendContractAmino;
    toProto(message: MsgUnsuspendContract): Uint8Array;
    toProtoMsg(message: MsgUnsuspendContract): MsgUnsuspendContractProtoMsg;
}