import { HandlerSpecificResourceSettings } from '@ldsg/handler'; import { GeneralResourceSettings } from '@ldsg/types'; /** * 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; import { ResourceDefinitionSpecificResourceSettings } from '@ldsg/resource-definition-part'; export declare const RESOURCE_DEFINITION_GENERAL_RESOURCE_SETTINGS: GeneralResourceSettings; export declare const RESOURCE_DEFINITION_SPECIFIC_RESOURCE_SETTINGS: ResourceDefinitionSpecificResourceSettings; //# sourceMappingURL=constants.d.ts.map