module Kettle
module Dev
module Version
VERSION: String
end

class Error < ::StandardError
end

DEBUGGING: bool
IS_CI: bool
REQUIRE_BENCH: bool

# Singleton methods
def self.install_tasks: () -> void
def self.defaults: () -> Array[String]
def self.register_default: (String | Symbol task_name) -> Array[String]   end end