import { IDecodedJWT, TTokenType } from '../types'; export declare const jwtDecode: (token: string | null, type: TTokenType) => IDecodedJWT;