import type CoreGenerator from '../../base-core/generator.ts'; import type { Entity as BaseApplicationEntity, Relationship as BaseApplicationRelationship, RelationshipWithEntity } from '../types.ts'; export default function prepareRelationship(this: CoreGenerator, entityWithConfig: BaseApplicationEntity, relationship: RelationshipWithEntity, ignoreMissingRequiredRelationship?: boolean): RelationshipWithEntity>;