import type { ZovaApplication } from '../core/app/index.ts'; import type { ZovaContext } from '../core/context/index.ts'; import type { ZovaSys } from '../core/sys/sys.ts'; export declare class BeanSimple { protected sys: ZovaSys; protected app: ZovaApplication; protected ctx: ZovaContext; protected get bean(): import("zova").BeanContainer; } //# sourceMappingURL=beanSimple.d.ts.map