import 'reflect-metadata';
export declare function agent(target: any, propertyKey: string): void;
export declare function task(target: any, propertyKey: string): void;
export declare function crew(target: any, propertyKey: string): void;
export declare function llm(target: any, propertyKey: string): void;
