import type CollectionCustomizer from '../collection-customizer'; import type DataSourceCustomizer from '../datasource-customizer'; import type { TCollectionName, TSchema } from '../templates'; import type { OneToManyEmbeddedDefinition } from '../types'; export default function addExternalRelation = TCollectionName>(dataSourceCustomizer: DataSourceCustomizer, collectionCustomizer: CollectionCustomizer, options: { name: string; } & OneToManyEmbeddedDefinition): Promise; //# sourceMappingURL=add-external-relation.d.ts.map