export interface OnInit { onInit(): void | Promise; } export interface OnDestroy { onDestroy(): void | Promise; } //# sourceMappingURL=lifecycle.d.ts.map