export declare const LIFECYCLES: {
    readonly REGISTER: "register";
    readonly BOOTSTRAP: "bootstrap";
    readonly DESTROY: "destroy";
};
//# sourceMappingURL=lifecycles.d.ts.map