module T::Private::Methods

def self._declare_sig(mod, arg=nil, &blk)

See tests for how to use this. But you shouldn't be using this.
def self._declare_sig(mod, arg=nil, &blk)
  _declare_sig_internal(mod, caller_locations(1, 1).first, arg, raw: true, &blk)
end