# sig/llhttp/delegate.rbs class LLHttp::Delegate def internal_on_chunk_header: () -> untyped def internal_on_headers_complete: () -> untyped def internal_on_message_begin: () -> untyped def internal_on_message_complete: () -> untyped end # sig/llhttp/parser.rbs class LLHttp::Parser def initialize: () -> void end # sig/llhttp.rbs module LLHttp def self.version: () -> untyped end