import type { EntityRelationFileSchema } from '@redocly/config'; import type { EntityRelationDtoSchema } from '../../schemas/dto-schemas'; export declare function createEntityRelationDtoFromFileSchema(sourceKey: string, relation: EntityRelationFileSchema): EntityRelationDtoSchema; //# sourceMappingURL=create-entity-relation-dto-from-file-schema.d.ts.map