import type { ProjectDefinitionContainer } from '#src/definition/project-definition-container.js'; import type { DefinitionIssue } from '#src/schema/creator/definition-issue-types.js'; /** * Checks that relation reference pairs have matching scalar field types. * * For each relation, compares the type of the local scalar field with the * type of the foreign scalar field. Emits a warning when types differ. */ export declare function checkRelationTypeMismatch(container: ProjectDefinitionContainer): DefinitionIssue[]; //# sourceMappingURL=relation-type-mismatch-checker.d.ts.map