import * as jwt from "jsonwebtoken"; export declare const validateToken: (token: string, jwt_secret: string) => string | jwt.JwtPayload;