import type { IDecoratorBehaviorOptions } from '../types/behavior.js'; export declare function Behavior(options?: T): ClassDecorator; //# sourceMappingURL=behavior.d.ts.map