# typed: strict

module Homebrew
  class Service
    def on_system_conditional(macos: nil, linux: nil); end
  end
end
