module BCDD::Contract
  class Proxy < Core::Proxy
    class AlwaysEnabled < Core::Proxy
    end

    def self.new: (untyped) -> BCDD::Contract::Proxy
  end
end