import { User } from '../types'; export declare function decodeUserJwt(tokenStr: string): User | null;