export interface Hooks { setToken: (token: string) => void; }