/** * Ruby language provider. * * Ruby uses wildcard import semantics (require/require_relative bring * everything into scope). Ruby has SPECIAL call routing via routeRubyCall * to handle require, include/extend (heritage), and attr_accessor/ * attr_reader/attr_writer (property definitions) as call expressions. */ export declare const rubyProvider: import("../language-provider.js").LanguageProvider;