import type { CustomFieldDefinitionIndex } from '@/models/custom-field-definition/customFieldDefinitionIndex.model.ts'; import type { EntityType } from '@/models/enitityType.model.ts'; export declare class CustomFieldDefinitionService { static get(entityType: EntityType): Promise; }