# sig/livestores/channel.rbs class ApplicationCable::Channel < ApplicationCable::ActionCable::Channel::Base def self.[]: () -> untyped def store: () -> untyped end # sig/livestores/channel.rbs class ApplicationCable::ScopedChannel def initialize: () -> void def store: () -> untyped end # sig/livestores/channel.rbs class ApplicationCable::Store def initialize: () -> void def merge: () -> untyped def method_missing: () -> untyped def set: () -> untyped def transmit: () -> untyped def upsert: () -> untyped end