declare module 'passport-jwt' { namespace ExtractJwt { function versionOneCompatibility(opts: { tokenBodyField: string; authScheme: string; }): JwtFromRequestFunction; } } export {};