import { LifeCycle } from "../enums/life-cycle.enum";
export declare function Injectable(options?: {
    lifeCycle?: LifeCycle;
}): ClassDecorator;
