import { LanguageProfile } from "./LanguageProfile"; /** * Utility class for working with tree-sitter languages. */ export declare class LanguageProfileUtil { static from(langId: string): LanguageProfile | undefined; }