export type Unsubscribable = { unsubscribe(): void; // unsubscribe1: () => void }