export interface OnDestroy {
    onDestroy(): void;
}
