import type { IDecoratorBeanOptionsBase } from '../decorator/interface/beanOptions.ts'; import { BeanSimple } from './beanSimple.ts'; export declare const SymbolBeanFullName: unique symbol; export declare const SymbolBeanInstanceKey: unique symbol; export declare const SymbolModuleBelong: unique symbol; export declare const SymbolModuleName: unique symbol; export declare const SymbolInited: unique symbol; export declare class BeanBaseSimple extends BeanSimple { private [SymbolBeanFullName]; private [SymbolBeanInstanceKey]; private [SymbolInited]; constructor(); protected get [SymbolModuleBelong](): string; protected get [SymbolModuleName](): string; get $beanFullName(): string; get $beanInstanceKey(): string; protected get $beanOptions(): IDecoratorBeanOptionsBase; get $onionName(): string; get $onionOptions(): unknown | undefined; } //# sourceMappingURL=beanBaseSimple.d.ts.map