# typed: strict module Cask class Cask def artifacts; end def homepage; end def staged_path; end end end