import jwt from "jsonwebtoken";
export declare const decodeToken: (token: string) => string | jwt.JwtPayload | null;
