/** * TODO: */ export type AuthSubscriber = (...args: T) => (Promise | void);