/* istanbul ignore file */ export enum DeinitMode { Soft = 'Soft', Hard = 'Hard', }