import type { ValidationAcceptor } from 'langium'; import type { BoundedContext } from '../generated/ast.js'; export declare const boundedContextChecks: ((bc: BoundedContext, accept: ValidationAcceptor) => void)[];