/** * Парсинг JWT в браузере и в Node.js * @param token */ export default function parseJwt(token: string): Record;