import type { JwtPayload } from "../common/types.js"; export declare const base64UrlDecode: (base64Url: string) => string; export declare const parseJwt: (token: string) => T; //# sourceMappingURL=parseJwt.d.ts.map