# sig/pry-nav/tracer.rbs class PryNav::Tracer def initialize: () -> void def process_command: () -> untyped def run: () -> untyped def start: () -> untyped def stop: () -> untyped def tracer: () -> untyped end # sig/pry-nav/pry_remote_ext.rbs class PryRemote::Server def run: () -> untyped def teardown_with_pry_nav: () -> untyped end # sig/pry-nav.rbs module PryNav def check_file_context: () -> untyped end