import type { IBeanScopeRecord } from '../../bean/type.ts'; import type { IDecoratorUseScopeOptions } from '../index.ts'; export declare function UseScope(options: IDecoratorUseScopeOptions): PropertyDecorator; export declare function UseScope(module?: T): PropertyDecorator; //# sourceMappingURL=useScope.d.ts.map