export interface IDetachable {
    detach(): void;
}
