# sig/source_map/map.rbs class SourceMap::Map def self.decode_vlq_mappings: () -> untyped def self.from_hash: () -> untyped def self.from_json: () -> untyped def +: () -> untyped def ==: () -> untyped def []: () -> untyped def as_json: () -> untyped def bsearch: () -> untyped def build_vlq_string: () -> untyped def each: () -> untyped def eql?: () -> untyped def initialize: () -> void def inspect: () -> untyped def names: () -> untyped def size: () -> untyped def sources: () -> untyped def to_json: () -> untyped def to_s: () -> untyped def |: () -> untyped end # sig/source_map/mapping.rbs class SourceMap::Mapping def inspect: () -> untyped def to_s: () -> untyped end # sig/source_map/offset.rbs class SourceMap::Offset def self.new: () -> untyped def +: () -> untyped def <=>: () -> untyped def initialize: () -> void def inspect: () -> untyped def to_s: () -> untyped end # sig/source_map/vlq.rbs module SourceMap::VLQ def self.decode: () -> untyped def self.decode_mappings: () -> untyped def self.encode: () -> untyped def self.encode_mappings: () -> untyped end