/** * Keyword explanations for DomainLang hover documentation. * * This dictionary provides concise hover content for all DomainLang keywords, * DDD patterns, and special symbols. Uses exact casing from grammar. * * @see https://domainlang.net/reference/language for full documentation */ export declare const keywordExplanations: Record;