import { GenericClassDecorator } from "../../types/types";
import { Constructable } from "../../types/constructable";
export declare function Service(): GenericClassDecorator<Constructable<any>>;
//# sourceMappingURL=service.d.ts.map