import { type Reducer } from '@reduxjs/toolkit'; import type P from 'pino'; export declare const jwtReducer: (logger: P.Logger) => Reducer;