export interface IDetachable {
    detach(): Promise<void>;
}
