/** * TODO: */ export interface AuthSubscription { unsubscribe: () => void; }