import type CollectionCustomizer from '../collection-customizer'; import type DataSourceCustomizer from '../datasource-customizer'; import type { TCollectionName, TFieldName, TSchema } from '../templates'; export default function importField = TCollectionName>(dataSourceCustomizer: DataSourceCustomizer, collectionCustomizer: CollectionCustomizer, options: { name: string; path: TFieldName; readonly?: boolean; }): Promise; //# sourceMappingURL=import-field.d.ts.map