import { JwtPayload } from './jwt-payload.interface'; export declare class ValidateStrategy { validate(payload: JwtPayload): Promise; }