import { PropertyType } from 'adminjs';
declare const DATA_TYPES: Record<string, PropertyType>;
export { DATA_TYPES };
