export function useConnector(): { getCurrent: () => any; setCurrent: (elem: any) => void; };