export type ImplementsSubscribe = { subscribe: (id: string) => void; };