export declare function decodeAndVerify(jwtToken: string): Promise<string | false | import("jsonwebtoken").JwtPayload>;
