/** * Decode a JWT payload and extract the expiry timestamp. * Returns null if the token is malformed or doesn't contain an exp claim. */ export declare function getJwtExpiry(token: string): number | null; //# sourceMappingURL=jwt.d.ts.map