import { ConfigService } from '@nestjs/config'; import { AuthService } from './auth.service'; declare const GrabStrategy_base: any; export declare class GrabStrategy extends GrabStrategy_base { private readonly authService; private readonly configService; private readonly logger; constructor(authService: AuthService, configService: ConfigService); validate(req: Request, token: string): Promise; } export {};