import type { DefinedTable } from '../../data/domain/types.js'; import type { ValidationIssue } from './types.js'; export declare function validateDomainIntegrity(definitions: ReadonlyMap, configuredDatabases: readonly string[]): ValidationIssue[]; //# sourceMappingURL=domain.d.ts.map