import { HandlerSpecificResourceSettings } from '@ldsg/handler'; import { ResourceDefinitionSpecificResourceSettings } from '@ldsg/resource-definition'; import { GeneralResourceSettings } from '@ldsg/types'; import { FieldTypeBasePlatform } from './types/field-type-info'; /** * Instantiate Resource Handler General Resource Settings * 实例化资源处理程序普通资源配置 */ export declare const INSTANTIATE_RESOURCE_HANDLER_GENERAL_RESOURCE_SETTINGS: GeneralResourceSettings; /** * Instantiate Resource Handler Specific Resource Settings * 实例化资源处理程序特殊资源配置 * 框架通过此实例化此资源 */ export declare const INSTANTIATE_RESOURCE_HANDLER_SPECIFIC_RESOURCE_SETTINGS: HandlerSpecificResourceSettings; export declare const RESOURCE_DEFINITION_GENERAL_RESOURCE_SETTINGS: GeneralResourceSettings; export declare const RESOURCE_DEFINITION_SPECIFIC_RESOURCE_SETTINGS: ResourceDefinitionSpecificResourceSettings; export declare const FieldTypeBasePlatformList: FieldTypeBasePlatform[]; /** * Default Extended Handler General Resource Settings * 默认扩展处理程序普通资源配置 */ export declare const DEFAULT_EXTENDED_HANDLER_GENERAL_RESOURCE_SETTINGS: GeneralResourceSettings; /** * Default Extended Handler Specific Resource Settings * 默认扩展处理程序特殊资源配置 */ export declare const DEFAULT_EXTENDED_HANDLER_SPECIFIC_RESOURCE_SETTINGS: HandlerSpecificResourceSettings; //# sourceMappingURL=constants.d.ts.map