import { JwtPayload } from '../@types/Jwt'; export declare function decodeJwt(token: string): JwtPayload;