import { DecodedJwt } from './types.js'; export declare function decodeJwt(token: string): DecodedJwt;