import { Code } from '../code'; /** NAME is the Arc language id used by Monaco models and the LSP document selector. */ export declare const NAME = "arc"; /** LANGUAGE is the Arc language definition consumed by Code.Provider: grammar and * configuration from @synnaxlabs/arc, token theming, editor extensions, and the LSP * stream opener. */ export declare const LANGUAGE: Code.Language; //# sourceMappingURL=language.d.ts.map