import { Constructable } from '../di/types'; export declare function Service(): (target: T) => T; export declare function Command(): (target: T) => T; //# sourceMappingURL=index.d.ts.map