import { RootEntityType } from '../model/implementation'; export declare function getAllEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getFlexSearchEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getCreateEntityFieldName(rootEntityType: RootEntityType): string; export declare function getCreateEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getUpdateEntityFieldName(rootEntityType: RootEntityType): string; export declare function getUpdateEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getUpdateAllEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getDeleteEntityFieldName(rootEntityType: RootEntityType): string; export declare function getDeleteEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getDeleteAllEntitiesFieldName(rootEntityType: RootEntityType): string; export declare function getConfirmForBillingFieldName(entityName: string): string; export declare function getMetaFieldName(field: string): string; export declare function getAddRelationFieldName(fieldName: string): string; export declare function getRemoveRelationFieldName(fieldName: string): string; export declare function getReplaceChildEntitiesFieldName(fieldName: string): string; export declare function getAddChildEntitiesFieldName(fieldName: string): string; export declare function getUpdateChildEntitiesFieldName(fieldName: string): string; export declare function getRemoveChildEntitiesFieldName(fieldName: string): string; export declare function getCreateRelatedEntityFieldName(fieldName: string): string; export declare function getFilterTypeName(typeName: string): string; export declare function getFlexSearchFilterTypeName(typeName: string, isAggregation: boolean): string; export declare function getOrderByTypeName(typeName: string): string; export declare function getCreateInputTypeName(typeName: string): string; export declare function getValueObjectInputTypeName(typeName: string): string; export declare function getUpdateInputTypeName(typeName: string): string; export declare function getUpdateAllInputTypeName(rootEntityType: RootEntityType): string;