import type { DomainModel, DomainModelingAdapter, DomainModelingOptions } from "../types.js"; export declare class RuleBasedDomainModelingAdapter implements DomainModelingAdapter { readonly id = "rule-based-domain-modeler"; readonly version = "1.0.0"; model(options: DomainModelingOptions): DomainModel; }