import type { IBeanSceneRecord } from '../interface/beanOptions.ts'; import type { Constructable } from '../type/constructable.ts'; import type { ContainerScope } from '../type/containerScope.ts'; export declare function createBeanDecorator(scene: keyof IBeanSceneRecord, containerScope?: ContainerScope, markReactive?: boolean, options?: T, optionsPrimitive?: boolean, fn?: (target: Constructable) => void): ClassDecorator; //# sourceMappingURL=createBeanDecorator.d.ts.map